aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-05-05 13:28:26 -0400
committerJakob Odersky <jakob@odersky.com>2019-05-05 13:28:26 -0400
commit6e90968f96d250d9976bddfd3d389a1ef4aa3c89 (patch)
tree3a3a31e7b009dc6bcedc6e90b81c89bb7ef38b6f
parent2a0439db520460247041d84587d93915a773d799 (diff)
downloaddotfiles-6e90968f96d250d9976bddfd3d389a1ef4aa3c89.tar.gz
dotfiles-6e90968f96d250d9976bddfd3d389a1ef4aa3c89.tar.bz2
dotfiles-6e90968f96d250d9976bddfd3d389a1ef4aa3c89.zip
Use capitals for all major system actions
-rw-r--r--home/.config/i3/config6
1 files 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"