diff options
author | listout <listout@protonmail.com> | 2022-02-24 23:44:58 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-24 23:44:58 +0530 |
commit | cc4f727621b1b066d5106bff69dff5da326525f2 (patch) | |
tree | 0d87d0c6ad3d0088cc6ea4f0c1aeba98d8b17372 /.config/sxhkd/sxhkdrc | |
parent | 686909359fb45d131dc2fb655824695b1599ade7 (diff) |
focus on local nodes with super+tab
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5e99006..acf3fce 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -96,9 +96,9 @@ super + {_,shift + }c super + bracket{left,right} bspc desktop -f {prev,next}.local -# focus the last node/desktop -super + {grave,Tab} - bspc {node,desktop} -f last +# Focus the next/previous node in the current desktop: +super + Tab + bspc node -f {next,prev}.local # focus the older or newer node in the focus history super + {o,i} |