remove unused bindings
This commit is contained in:
parent
565f6dbfdd
commit
e1298a9c14
4
sxhkdrc
4
sxhkdrc
|
@ -27,10 +27,10 @@ super + ctrl + p
|
|||
tmux-select
|
||||
|
||||
super + shift + Return
|
||||
kitty
|
||||
terminal-dev tmux new
|
||||
|
||||
super + control + Return
|
||||
kitty tmux new
|
||||
terminal
|
||||
|
||||
## screenshots
|
||||
super + Print
|
||||
|
|
|
@ -9,7 +9,7 @@ super + shift + {q,r}
|
|||
# close and kill
|
||||
super + {_,ctrl + }q
|
||||
bspc node -{c,k}
|
||||
shift
|
||||
|
||||
# alternate between the tiled and monocle layout
|
||||
super + m
|
||||
bspc desktop -l next
|
||||
|
@ -19,8 +19,8 @@ super + y
|
|||
bspc node newest.marked.local -n newest.!automatic.local
|
||||
|
||||
# swap the current node and the biggest node
|
||||
super + g
|
||||
bspc node -s biggest
|
||||
# super + g
|
||||
# bspc node -s biggest
|
||||
|
||||
#
|
||||
# state/flags
|
||||
|
@ -43,26 +43,26 @@ super + {_,shift + }{h,j,k,l}
|
|||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# focus the node for the given path jump
|
||||
super + {p,b,comma,period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
# super + {p,b,comma,period}
|
||||
# bspc node -f @{parent,brother,first,second}
|
||||
|
||||
# focus the next/previous node in the current desktop
|
||||
super + {_,shift + }c
|
||||
bspc node -f {next,prev}.local
|
||||
# super + {_,shift + }c
|
||||
# bspc node -f {next,prev}.local
|
||||
|
||||
# focus the next/previous desktop in the current monitor
|
||||
super + bracket{left,right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
# super + bracket{left,right}
|
||||
# bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the last node/desktop
|
||||
super + {grave,Tab}
|
||||
bspc {node,desktop} -f last
|
||||
super + grave
|
||||
bspc node -f last
|
||||
|
||||
# focus the older or newer node in the focus history
|
||||
super + {o,i}
|
||||
bspc wm -h off; \
|
||||
bspc node {older,newer} -f; \
|
||||
bspc wm -h on
|
||||
# super + {o,i}
|
||||
# bspc wm -h off; \
|
||||
# bspc node {older,newer} -f; \
|
||||
# bspc wm -h on
|
||||
|
||||
# window-select script
|
||||
super + space
|
||||
|
@ -84,12 +84,12 @@ super + ctrl + {1-9}
|
|||
bspc node -o 0.{1-9}
|
||||
|
||||
# cancel the preselection for the focused node
|
||||
super + ctrl + space
|
||||
bspc node -p cancel
|
||||
# super + ctrl + space
|
||||
# bspc node -p cancel
|
||||
|
||||
# cancel the preselection for the focused desktop
|
||||
super + ctrl + shift + space
|
||||
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||
# super + ctrl + shift + space
|
||||
# bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||
|
||||
#
|
||||
# move/resize
|
||||
|
|
Loading…
Reference in New Issue