Updated i3quit script
This commit is contained in:
parent
1e475daa8b
commit
b63236470c
2 changed files with 20 additions and 5 deletions
|
@ -94,11 +94,12 @@ bindsym Mod1+Shift+Control+d move container to workspace next
|
|||
|
||||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+r restart
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t error -m 'Q' \
|
||||
-b 'Exit' 'i3-msg exit' \
|
||||
-b 'Suspend' 'sudo s2ram -f -a 1' \
|
||||
-b 'Reboot' 'systemctl reboot' \
|
||||
-b 'Halt' 'systemctl poweroff'"
|
||||
bindsym $mod+Shift+e exec "~/Bin/i3quit.sh"
|
||||
#bindsym $mod+Shift+e exec "i3-nagbar -t error -m 'Q' \
|
||||
# -b 'Exit' 'i3-msg exit' \
|
||||
# -b 'Suspend' 'sudo s2ram -f -a 1' \
|
||||
# -b 'Reboot' 'systemctl reboot' \
|
||||
# -b 'Halt' 'systemctl poweroff'"
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# RESIZE MODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue