change shutdown shortcut
authorAmin Bandali <me@aminb.org>
Tue, 27 Jan 2015 04:41:10 +0000 (23:41 -0500)
committerAmin Bandali <me@aminb.org>
Tue, 27 Jan 2015 04:41:10 +0000 (23:41 -0500)
i3/.i3/config

index 080c598..fd4dda5 100644 (file)
@@ -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"