bspwm: add workspace bindings
This commit is contained in:
@ -10,7 +10,7 @@ ctrl=Control
|
||||
shift=Shift
|
||||
|
||||
# Set bspwm settings
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
bspc monitor -d a s d f g z x c v b
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 12
|
||||
bspc config split_ratio 0.5
|
||||
@ -29,12 +29,11 @@ bspc rule -a "desktop" manage=off
|
||||
|
||||
# Startup applications
|
||||
sxhkd &
|
||||
~/.config/bspwm/panel &
|
||||
dunst &
|
||||
mpd &
|
||||
flameshot &
|
||||
lxpolkit &
|
||||
picom --experimental-backends &
|
||||
# picom --experimental-backends &
|
||||
wal -R
|
||||
~/.fehbg
|
||||
|
||||
|
||||
@ -43,6 +43,10 @@ super + i
|
||||
super + o
|
||||
bspc node -p east
|
||||
|
||||
# Desktop
|
||||
super + {a,s,d,f,g,z,x,c,v,b}
|
||||
bspc desktop --focus {a,s,d,f,g,z,x,c,v,b}
|
||||
|
||||
# Resize
|
||||
super + ctrl + {h,j,k,l}
|
||||
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
||||
@ -103,4 +107,3 @@ super + 4
|
||||
|
||||
super + 0
|
||||
i3lock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user