diff options
author | David Robillard <d@drobilla.net> | 2020-10-27 18:47:04 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 18:47:04 +0100 |
commit | a01d19232259bc5add20bd9242b9a2857efdf236 (patch) | |
tree | 50b6a27c3c03ab80dc4552caeca4652f7367f2e4 /sxhkd | |
parent | e8650fd40168cc425456391733fff419460c42f9 (diff) | |
download | dotfiles-a01d19232259bc5add20bd9242b9a2857efdf236.tar.gz dotfiles-a01d19232259bc5add20bd9242b9a2857efdf236.tar.bz2 dotfiles-a01d19232259bc5add20bd9242b9a2857efdf236.zip |
Fix bspwm next and previous keybindings
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 5a1cbf3..63ca046 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -99,7 +99,7 @@ super + {_,shift + }{Left,Down,Up,Right} # focus the next/previous node in the local desktop super + {n,p} - bspc node -f {next.local,prev.local} + bspc node -f {next,prev}.local.!hidden.window # focus the next/previous desktop super + bracket{left,right} |