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.altScroll: true
|
||||||
Zutty.boldColors: false
|
Zutty.boldColors: false
|
||||||
Zutty.font: SourceCodePro-Medium
|
Zutty.font: SourceCodePro-Medium
|
||||||
Zutty.fontsize: 16
|
Zutty.fontsize: 18
|
||||||
Zutty.fontpath: /home/sdk/.fonts
|
Zutty.fontpath: /home/sdk/.fonts
|
||||||
Zutty.bg: #121212
|
Zutty.bg: #001010
|
||||||
Zutty.cr: #FF6A00
|
Zutty.cr: #008080
|
||||||
|
|
||||||
! URxvt specific
|
! URxvt specific
|
||||||
URxvt*font: xft:Terminus-18
|
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 normal_border_color "$COLOR_NB"
|
||||||
bspc config ignore_ewmh_fullscreen true
|
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
|
bspc config presel_feedback true
|
||||||
|
|
||||||
# automatic tiling
|
# automatic tiling
|
||||||
|
@ -58,7 +58,7 @@ alt + o
|
|||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
alt + shift + r
|
alt + shift + r
|
||||||
bspc wm -r
|
bspc wm -r; \
|
||||||
pkill -SIGUSR1 sxhkd
|
pkill -SIGUSR1 sxhkd
|
||||||
|
|
||||||
# close and kill
|
# close and kill
|
||||||
@ -66,7 +66,7 @@ alt + q
|
|||||||
bspc node -c
|
bspc node -c
|
||||||
|
|
||||||
alt + shift + q
|
alt + shift + q
|
||||||
bspc node -c
|
bspc node -k
|
||||||
|
|
||||||
# alternate between the tiled and monocle layout
|
# alternate between the tiled and monocle layout
|
||||||
alt + f
|
alt + f
|
||||||
@ -105,29 +105,29 @@ alt + Print
|
|||||||
# focus/swap
|
# focus/swap
|
||||||
#
|
#
|
||||||
|
|
||||||
# focus the node in the given direction
|
# {focus,swap} 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
|
|
||||||
alt + {_,shift + }{Left,Down,Up,Right}
|
alt + {_,shift + }{Left,Down,Up,Right}
|
||||||
bspc node -{f,s} {west,south,north,east}
|
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
|
# focus the node for the given path jump
|
||||||
#alt + {p,b,comma,period}
|
#alt + {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
|
||||||
#alt + {o,i}
|
#alt + {o,i}
|
||||||
ctrl + {Prior,Next}
|
# ctrl + {Prior,Next}
|
||||||
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
|
||||||
alt + {Prior,Next}
|
alt + {Prior,Next}
|
||||||
bspc desktop -f {prev,next}.local
|
bspc desktop -f {prev,next}.local
|
||||||
|
|
||||||
alt + shift + {Prior,Next}
|
alt + shift + {Next,Prior}
|
||||||
bspc node -d {prev,next}.local;
|
bspc node -d {next,prev}.local --follow
|
||||||
|
|
||||||
# focus the last node/desktop
|
# focus the last node/desktop
|
||||||
alt + Tab
|
alt + Tab
|
||||||
@ -139,12 +139,9 @@ alt + Tab
|
|||||||
# bspc node {older,newer} -f; \
|
# bspc node {older,newer} -f; \
|
||||||
# bspc wm -h on
|
# bspc wm -h on
|
||||||
|
|
||||||
# # focus or send to the given desktop
|
# focus or send to the given desktop
|
||||||
# alt + {_,shift + }{1-9,0}
|
alt + {_,shift + }{1-9,0}
|
||||||
# bspc {desktop -f,node -d} '^{1-9,10}'
|
bspc {desktop -f,node -d} '^{1-9,10}'
|
||||||
|
|
||||||
ctrl + alt + shift + {1-9,0}
|
|
||||||
bspc desktop -f '^{1-9,10}'
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# preselect
|
# preselect
|
||||||
@ -154,17 +151,22 @@ ctrl + alt + shift + {1-9,0}
|
|||||||
#super + {Left,Down,Up,Right}
|
#super + {Left,Down,Up,Right}
|
||||||
# bspc node -p {west,south,north,east}
|
# bspc node -p {west,south,north,east}
|
||||||
|
|
||||||
alt + ctrl + {Left,Down,Up,Right}
|
ctrl + {Left,Down,Up,Right}
|
||||||
bspc node -p {west,south,north,east}
|
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
|
# preselect the ratio
|
||||||
alt + ctrl + {1-9}
|
alt + ctrl + {1-9}
|
||||||
bspc node -o 0.{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
|
## cancel the preselection for the focused desktop
|
||||||
#alt + ctrl + shift + space
|
#alt + 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
|
||||||
|
Loading…
Reference in New Issue
Block a user