diff options
author | David Robillard <d@drobilla.net> | 2017-12-16 12:01:22 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-16 12:02:52 +0100 |
commit | db8c0bd4e786d2abdd0a9e3ba78598bfc86f3414 (patch) | |
tree | f002da7edd00b9a441cfde2fc128287e838a1b0f /sxhkd | |
parent | 57f9ecee82d8dc81d271f175b777cf722ab1ee22 (diff) | |
download | dotfiles-db8c0bd4e786d2abdd0a9e3ba78598bfc86f3414.tar.gz dotfiles-db8c0bd4e786d2abdd0a9e3ba78598bfc86f3414.tar.bz2 dotfiles-db8c0bd4e786d2abdd0a9e3ba78598bfc86f3414.zip |
Use less risky keybindings for closing windows
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 09e36e4..e7d425d 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -58,9 +58,9 @@ super + ctrl + shift + p super + alt + Escape bspc quit -# close and kill -super + {_,shift + }w - bspc node -{c,k} +# close +super + ctrl + c + bspc node -c # alternate between the tiled and monocle layout super + space |