Update 2024-01-22 16:55 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-22 16:55:21 +01:00
parent c74afefc69
commit 29731e0eb3
6 changed files with 46 additions and 16 deletions

View File

@@ -6,12 +6,15 @@
alt + Return
sterm
# big terminal
alt + shift + Return
bterm
# huge terminal
alt + control + Return
hterm
# scratchpad
alt + minus
sp
@@ -19,27 +22,35 @@ alt + minus
alt + d
dexec
# ssh
alt + s
dexec_ssh
# browser
alt + shift + f
dexec_browser
# password manager
alt + shift + p
dexec_pass
# apps
alt + a
dexec_apps
# pim
alt + p
dexec_pim
# vpn
alt + v
dexec_vpn
# vim: history
alt + shift + o
texec "vim -c ':History!'"
# vim: myfiles
alt + o
texec "vim -c ':MyFiles'"
@@ -80,12 +91,15 @@ alt + y
alt + g
bspc node -s biggest
# toggle tiling
alt + space
bspc node -t "~"{floating,tiled}
# pick color
Print
xpick_copy
# screenshot
alt + Print
sshot
@@ -126,6 +140,7 @@ alt + ctrl + {Left,Down,Up,Right}
alt + {Prior,Next}
bspc desktop -f {prev,next}.local
# drag window to next/previous desktop
alt + shift + {Next,Prior}
bspc node -d {next,prev}.local --follow
@@ -151,10 +166,11 @@ alt + {_,shift + }{1-9,0}
#super + {Left,Down,Up,Right}
# bspc node -p {west,south,north,east}
# preselect spawn area
ctrl + {Left,Down,Up,Right}
bspc node -p {west,south,north,east}; \
sterm
bspc node -p {west,south,north,east}
# cancel the preselection for the focused node
ctrl + Return
bspc node -p cancel