diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-02 14:39:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-02 14:39:19 -0400 |
| commit | 2156f94d4c23718b25cdb09fa26a83866f7fe518 (patch) | |
| tree | 88663ef4494d448ea1c0537f8b72309f9152b25c /.config/i3 | |
| parent | 0013b79d6e0124f157df6304da439ec5771810f7 (diff) | |
| download | eibhear-2156f94d4c23718b25cdb09fa26a83866f7fe518.tar.gz eibhear-2156f94d4c23718b25cdb09fa26a83866f7fe518.tar.zst eibhear-2156f94d4c23718b25cdb09fa26a83866f7fe518.zip | |
minor permission tweaks
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 10 |
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 |
