summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-23 22:35:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-23 22:35:23 -0700
commite6fdf785ad342c0268b5360a3817454998452f10 (patch)
treecd1d6dee92aee18501a4ba14cfc6a4f26cb00190
parent37140492217d9f9dcd63f32e812baeb96c4f594c (diff)
downloaddotfiles-e6fdf785ad342c0268b5360a3817454998452f10.tar.gz
s-l -> C-M-i for sway kill command
I have been hitting s-l accidentally.
-rw-r--r--.config/sway/config3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 58c88432..77f065d9 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -260,8 +260,7 @@ bindsym Mod4+Ctrl+p move up
bindsym Mod4+apostrophe layout toggle split
-# maybe C-M-i for this?
-bindsym Mod4+l exec pkill -u $USER -f --signal USR1 i3status-wrapper, kill
+bindsym Mod1+Ctrl+i exec pkill -u $USER -f --signal USR1 i3status-wrapper, kill
# Cycle through all workspaces on monitor. Unlike C-i j and C-i [0-9]+, these
# move the container *and* switch view to the other workspace, because there