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