diff options
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 e7d425d..0624011 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -107,7 +107,7 @@ super + bracket{left,right} bspc desktop -f {prev,next} # focus the last node/desktop -super + {grave,Tab} +super + {Tab,grave} bspc {node,desktop} -f last # focus the older or newer node in the focus history |