From 6e90968f96d250d9976bddfd3d389a1ef4aa3c89 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 5 May 2019 13:28:26 -0400 Subject: Use capitals for all major system actions --- home/.config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/i3/config b/home/.config/i3/config index 99bdda2..d77464b 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -274,16 +274,16 @@ bindsym $mod+r mode "resize" # Session and power management # exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/bin/lock - set $mode_system [0-3] monitor, (l) lock, (e) logout, (s) suspend, (r) reboot, (S) shutdown + set $mode_system [0-3] monitor, (l) lock, (E) logout, (s) suspend, (R) reboot, (S) shutdown mode "$mode_system" { bindsym 0 exec --no-startup-id ~/bin/setup mirror, mode "default" bindsym 1 exec --no-startup-id ~/bin/setup single, mode "default" bindsym 2 exec --no-startup-id ~/bin/setup double, mode "default" bindsym 3 exec --no-startup-id ~/bin/setup triple, mode "default" bindsym l exec --no-startup-id ~/bin/lock, mode "default" - bindsym e exec --no-startup-id i3-msg exit, mode "default" + bindsym Shift+e exec --no-startup-id i3-msg exit, mode "default" bindsym s exec --no-startup-id systemctl suspend, mode "default" - bindsym r exec --no-startup-id systemctl reboot, mode "default" + bindsym Shift+r exec --no-startup-id systemctl reboot, mode "default" bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default" bindsym Return mode "default" -- cgit v1.2.3