forked from extern/nix-config
sxhkd: Remove super+tab
Pressing the actual number of the desktop is more productive than tabbing between them since you associate the hand movement with that workspace, making it easier to return to later. Super+tab, in contrast, was one hand movement that resulted in many different results, which wasn't so good for memorizing which desktop has what.
This commit is contained in:
parent
726aedf7d3
commit
a4654beb2b
@ -99,10 +99,6 @@ super + ctrl + {1-9}
|
||||
super + {_,shift} + {1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
|
||||
# Move to the next desktop on the current monitor
|
||||
super + {_, shift} + Tab
|
||||
bspc desktop -f {next,prev}.local.occupied
|
||||
|
||||
# Easily go back and forth between the last desktop used
|
||||
super + a
|
||||
bspc desktop -f last
|
||||
|
Loading…
Reference in New Issue
Block a user