diff options
author | David Robillard <d@drobilla.net> | 2020-07-25 23:10:11 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-25 23:10:11 +0200 |
commit | 8904e00414c689ce3b59b49ccdf1a2a87622d8ff (patch) | |
tree | 86a936a1307a7e137f0611e574f54677579c86ea /sxhkd | |
parent | 9bd1f661d9b5ec1226667a433850b415356beb4b (diff) | |
download | dotfiles-8904e00414c689ce3b59b49ccdf1a2a87622d8ff.tar.gz dotfiles-8904e00414c689ce3b59b49ccdf1a2a87622d8ff.tar.bz2 dotfiles-8904e00414c689ce3b59b49ccdf1a2a87622d8ff.zip |
Make Super-n and Super-p work within the local desktop
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 0624011..39b71a7 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -98,9 +98,9 @@ super + {_,shift + }{Left,Down,Up,Right} # super + {p,b,comma,period} # bspc node -f @{parent,brother,first,second} -# focus the next/previous node in the active desktop +# focus the next/previous node in the local desktop super + {n,p} - bspc node -f {next.active,prev.active} + bspc node -f {next.local,prev.local} # focus the next/previous desktop super + bracket{left,right} |