Update 2024-01-22 10:28 OpenBSD/amd64-x13
This commit is contained in:
parent
f42e8548a4
commit
6e3f3caab5
@ -189,10 +189,10 @@ XFontSel*Font: lucidasanstypewriter-14
|
||||
Zutty.altScroll: true
|
||||
Zutty.boldColors: false
|
||||
Zutty.font: SourceCodePro-Medium
|
||||
Zutty.fontsize: 16
|
||||
Zutty.fontsize: 18
|
||||
Zutty.fontpath: /home/sdk/.fonts
|
||||
Zutty.bg: #121212
|
||||
Zutty.cr: #FF6A00
|
||||
Zutty.bg: #001010
|
||||
Zutty.cr: #008080
|
||||
|
||||
! URxvt specific
|
||||
URxvt*font: xft:Terminus-18
|
||||
|
@ -34,7 +34,7 @@ bspc config active_border_color "$COLOR_NF"
|
||||
bspc config normal_border_color "$COLOR_NB"
|
||||
bspc config ignore_ewmh_fullscreen true
|
||||
|
||||
bspc config presel_feedback_color "$COLOR_NF"
|
||||
bspc config presel_feedback_color "$COLOR_SB"
|
||||
bspc config presel_feedback true
|
||||
|
||||
# automatic tiling
|
||||
|
@ -58,7 +58,7 @@ alt + o
|
||||
|
||||
# quit/restart bspwm
|
||||
alt + shift + r
|
||||
bspc wm -r
|
||||
bspc wm -r; \
|
||||
pkill -SIGUSR1 sxhkd
|
||||
|
||||
# close and kill
|
||||
@ -66,7 +66,7 @@ alt + q
|
||||
bspc node -c
|
||||
|
||||
alt + shift + q
|
||||
bspc node -c
|
||||
bspc node -k
|
||||
|
||||
# alternate between the tiled and monocle layout
|
||||
alt + f
|
||||
@ -105,29 +105,29 @@ alt + Print
|
||||
# focus/swap
|
||||
#
|
||||
|
||||
# focus the node in the given direction
|
||||
alt + {_,shift + }{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# focus the node in the given direction
|
||||
# {focus,swap} the node in the given direction
|
||||
alt + {_,shift + }{Left,Down,Up,Right}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# move window into give direction
|
||||
alt + ctrl + {Left,Down,Up,Right}
|
||||
bspc node -n {west,south,north,east}
|
||||
|
||||
# focus the node for the given path jump
|
||||
#alt + {p,b,comma,period}
|
||||
# bspc node -f @{parent,brother,first,second}
|
||||
|
||||
# focus the next/previous node in the current desktop
|
||||
#alt + {o,i}
|
||||
ctrl + {Prior,Next}
|
||||
bspc node -f {next,prev}.local
|
||||
# ctrl + {Prior,Next}
|
||||
# bspc node -f {next,prev}.local
|
||||
|
||||
# focus the next/previous desktop in the current monitor
|
||||
alt + {Prior,Next}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
||||
alt + shift + {Prior,Next}
|
||||
bspc node -d {prev,next}.local;
|
||||
alt + shift + {Next,Prior}
|
||||
bspc node -d {next,prev}.local --follow
|
||||
|
||||
# focus the last node/desktop
|
||||
alt + Tab
|
||||
@ -139,12 +139,9 @@ alt + Tab
|
||||
# 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}'
|
||||
|
||||
ctrl + alt + shift + {1-9,0}
|
||||
bspc desktop -f '^{1-9,10}'
|
||||
# focus or send to the given desktop
|
||||
alt + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||
|
||||
#
|
||||
# preselect
|
||||
@ -154,17 +151,22 @@ ctrl + alt + shift + {1-9,0}
|
||||
#super + {Left,Down,Up,Right}
|
||||
# bspc node -p {west,south,north,east}
|
||||
|
||||
alt + ctrl + {Left,Down,Up,Right}
|
||||
bspc node -p {west,south,north,east}
|
||||
ctrl + {Left,Down,Up,Right}
|
||||
bspc node -p {west,south,north,east}; \
|
||||
sterm
|
||||
|
||||
ctrl + Return
|
||||
bspc node -p cancel
|
||||
|
||||
# cancel the preselection for the focused node
|
||||
ctrl + space
|
||||
bspc node -p cancel
|
||||
|
||||
|
||||
# preselect the ratio
|
||||
alt + ctrl + {1-9}
|
||||
bspc node -o 0.{1-9}
|
||||
|
||||
# cancel the preselection for the focused node
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user