summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-02 14:39:19 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-02 14:39:19 -0400
commit2156f94d4c23718b25cdb09fa26a83866f7fe518 (patch)
tree88663ef4494d448ea1c0537f8b72309f9152b25c
parent0013b79d6e0124f157df6304da439ec5771810f7 (diff)
downloadeibhear-2156f94d4c23718b25cdb09fa26a83866f7fe518.tar.gz
eibhear-2156f94d4c23718b25cdb09fa26a83866f7fe518.tar.zst
eibhear-2156f94d4c23718b25cdb09fa26a83866f7fe518.zip
minor permission tweaks
-rw-r--r--.config/i3/config10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 8f1b92d..3d8055e 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -25,10 +25,10 @@ gaps outer 15
set $term --no-startup-id $TERMINAL
set $mod Mod4
set $stoprec --no-startup-id killrecording
-set $shutdown sudo shutdown -h now
-set $reboot sudo reboot
-set $netrefresh --no-startup-id sudo systemctl restart NetworkManager
-set $hibernate sudo systemctl suspend
+set $shutdown sudo -A shutdown -h now
+set $reboot sudo -A reboot
+set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
+set $hibernate sudo -A systemctl suspend
# #---Starting External Scripts---# #
# Setting the background and colorscheme:
@@ -359,7 +359,7 @@ bindsym XF86ScreenSaver exec exec --no-startup-id lockscreen
bindsym XF86MyComputer exec $term -e ranger
##bindsym XF86Back exec
##bindsym XF86Forward exec
-bindsym XF86Eject exec sudo umount -R /mnt
+bindsym XF86Eject exec --no-startup-id dmenuumount
bindsym XF86AudioNext exec --no-startup-id lmc next
bindsym XF86AudioPlay exec --no-startup-id lmc toggle
bindsym XF86AudioPrev exec --no-startup-id lmc prev