Update 2024-01-21 21:52 OpenBSD/amd64-x13
This commit is contained in:
@@ -41,7 +41,7 @@ alt + shift + o
|
||||
texec "vim -c ':History!'"
|
||||
|
||||
alt + o
|
||||
texec "vim -c ':Files!'"
|
||||
texec "vim -c ':MyFiles'"
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
@@ -114,8 +114,8 @@ alt + {_,shift + }{Left,Down,Up,Right}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# focus the node for the given path jump
|
||||
alt + {p,b,comma,period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
#alt + {p,b,comma,period}
|
||||
# bspc node -f @{parent,brother,first,second}
|
||||
|
||||
# focus the next/previous node in the current desktop
|
||||
#alt + {o,i}
|
||||
@@ -126,19 +126,22 @@ ctrl + {Prior,Next}
|
||||
alt + {Prior,Next}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
||||
alt + shift + {Prior,Next}
|
||||
bspc node -d {prev,next}.local;
|
||||
|
||||
# focus the last node/desktop
|
||||
alt + {grave,Tab}
|
||||
bspc {node,desktop} -f last
|
||||
alt + Tab
|
||||
bspc desktop -f last
|
||||
|
||||
# focus the older or newer node in the focus history
|
||||
alt + {_,shift + }c
|
||||
bspc wm -h off; \
|
||||
bspc node {older,newer} -f; \
|
||||
bspc wm -h on
|
||||
# # focus the older or newer node in the focus history
|
||||
# alt + {_,shift + }c
|
||||
# bspc wm -h off; \
|
||||
# bspc node {older,newer} -f; \
|
||||
# bspc wm -h on
|
||||
|
||||
# focus or send to the given desktop
|
||||
alt + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
# # focus or send to the given desktop
|
||||
# alt + {_,shift + }{1-9,0}
|
||||
# bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
|
||||
ctrl + alt + shift + {1-9,0}
|
||||
bspc desktop -f '^{1-9,10}'
|
||||
@@ -162,9 +165,9 @@ alt + ctrl + {1-9}
|
||||
alt + ctrl + space
|
||||
bspc node -p cancel
|
||||
|
||||
# cancel the preselection for the focused desktop
|
||||
alt + ctrl + shift + space
|
||||
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||
## cancel the preselection for the focused desktop
|
||||
#alt + ctrl + shift + space
|
||||
# bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||
|
||||
#
|
||||
# move/resize
|
||||
|
||||
Reference in New Issue
Block a user