bspwm: add workspace bindings

This commit is contained in:
2024-08-10 10:50:26 +03:00
parent e71c317999
commit 65023e6fe1
2 changed files with 6 additions and 4 deletions

View File

@ -10,7 +10,7 @@ ctrl=Control
shift=Shift shift=Shift
# Set bspwm settings # 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 border_width 2
bspc config window_gap 12 bspc config window_gap 12
bspc config split_ratio 0.5 bspc config split_ratio 0.5
@ -29,12 +29,11 @@ bspc rule -a "desktop" manage=off
# Startup applications # Startup applications
sxhkd & sxhkd &
~/.config/bspwm/panel &
dunst & dunst &
mpd & mpd &
flameshot & flameshot &
lxpolkit & lxpolkit &
picom --experimental-backends & # picom --experimental-backends &
wal -R wal -R
~/.fehbg ~/.fehbg

View File

@ -43,6 +43,10 @@ super + i
super + o super + o
bspc node -p east 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 # Resize
super + ctrl + {h,j,k,l} super + ctrl + {h,j,k,l}
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0} bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
@ -103,4 +107,3 @@ super + 4
super + 0 super + 0
i3lock i3lock