summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-09 10:14:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-09 10:14:42 -0700
commitc83866b70fa1f38f37b488547367bf62018c58a7 (patch)
treed5f29998c92621a2d9234dc149e8ff3cc41ddcff /.config
parent1f7f9f40a2203c50b1e5604816292e721aeb6b10 (diff)
downloaddotfiles-c83866b70fa1f38f37b488547367bf62018c58a7.tar.gz
switch c and Shift+c bindings, and update comment
Diffstat (limited to '.config')
-rw-r--r--.config/sway/config7
1 files changed, 3 insertions, 4 deletions
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"