From: Amin Bandali Date: Tue, 27 Jan 2015 04:41:10 +0000 (-0500) Subject: change shutdown shortcut X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/ce84ebeca0d9d910cb94aa3feb6fd084bcd910eb?ds=sidebyside;hp=a41dc7e9039fe5fae27d49e36bef54c878e460e5 change shutdown shortcut --- diff --git a/i3/.i3/config b/i3/.i3/config index 080c598..fd4dda5 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -250,12 +250,12 @@ bar { } } -set $mode_system System (l) lock, (e) logout, (r) reboot, (Shift+s) shutdown +set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown mode "$mode_system" { bindsym l exec --no-startup-id i3exit lock, mode "default" bindsym e exec --no-startup-id i3exit logout, mode "default" bindsym r exec --no-startup-id i3exit reboot, mode "default" - bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default" + bindsym s exec --no-startup-id i3exit shutdown, mode "default" # back to normal: Enter or Escape bindsym Return mode "default"