From e6fdf785ad342c0268b5360a3817454998452f10 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 23 May 2021 22:35:23 -0700 Subject: s-l -> C-M-i for sway kill command I have been hitting s-l accidentally. --- .config/sway/config | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3