mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Adding better keybindings for bspwm; adding underline decorations for occupied workspaces in bspwm/polybar.
This commit is contained in:
@@ -49,7 +49,6 @@ super + y
|
||||
super + m
|
||||
bspc node -s biggest
|
||||
|
||||
|
||||
# STATE/FLAGS
|
||||
|
||||
# set the window state
|
||||
@@ -60,7 +59,6 @@ super + {t,shift + t,s,f}
|
||||
super + ctrl + {m,x,y,z}
|
||||
bspc node -g {marked,locked,sticky,private}
|
||||
|
||||
|
||||
# FOCUS/SWAP
|
||||
|
||||
# focus the node in the given direction
|
||||
@@ -68,7 +66,7 @@ super + {_,shift + }{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# focus the node for the given path jump
|
||||
super + {shift + p, shift + b,comma,period}
|
||||
super + {shift + p, shift + b, shift + comma, shift + period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
|
||||
# focus the next/previous node in the current desktop
|
||||
@@ -76,11 +74,15 @@ super + {_,shift + }n
|
||||
bspc node -f {next,prev}.local
|
||||
|
||||
# focus the next/previous desktop in the current monitor
|
||||
super + bracket{left,right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
super + {Left, Right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the next/previous monitor
|
||||
super + {comma, period}
|
||||
bspc monitor --focus {prev,next}
|
||||
|
||||
# focus the last node/desktop
|
||||
super + {grave,Tab}
|
||||
super + {shift + Tab,Tab}
|
||||
bspc {node,desktop} -f last
|
||||
|
||||
# focus the older or newer node in the focus history
|
||||
@@ -93,7 +95,6 @@ super + {o,i}
|
||||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} focused:'^{1-9,10}'
|
||||
|
||||
|
||||
# PRESELECT
|
||||
|
||||
# preselect the direction
|
||||
@@ -112,7 +113,6 @@ super + ctrl + space
|
||||
super + ctrl + shift + space
|
||||
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||
|
||||
|
||||
# MOVE/RESIZE
|
||||
|
||||
# expand a window by moving one of its side outward
|
||||
@@ -127,7 +127,6 @@ ctrl + alt + shift + {h,j,k,l}
|
||||
super + {Left,Down,Up,Right}
|
||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||
|
||||
|
||||
# launch qutebrowser
|
||||
super + b
|
||||
qutebrowser "https://distro.tube"
|
||||
|
||||
Reference in New Issue
Block a user