From c83866b70fa1f38f37b488547367bf62018c58a7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 9 Mar 2021 10:14:42 -0700 Subject: switch c and Shift+c bindings, and update comment --- .config/sway/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/sway/config b/.config/sway/config index 778a7e1e..e82da3ff 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -152,9 +152,8 @@ mode "C-i-" { ~/src/dotfiles/scripts/desktop/fresh-workspace --send, \ mode "default" - # reload the configuration file -- useful simply to reexecute - # startup scripts - bindsym c reload, mode "default" + # reload the configuration file + bindsym Shift+c reload, mode "default" # exit i3 (logs you out of your X session) bindsym Ctrl+Shift+e exit @@ -199,7 +198,7 @@ mode "C-i-" { mode "default" bindsym n [con_mark="irssi"] focus, mode "default" - bindsym Shift+c [con_mark=caffeinated] inhibit_idle none; \ + bindsym c [con_mark=caffeinated] inhibit_idle none; \ mark --toggle caffeinated; \ exec pkill -u $USER -f --signal USR1 i3status-wrapper; \ mode "default" -- cgit v1.2.3