bspwm: update config to feel exactly like herbstluftwm

This commit is contained in:
2024-11-08 13:57:05 +02:00
parent c28f82f6cf
commit cf824134f2
2 changed files with 11 additions and 14 deletions

View File

@ -29,14 +29,13 @@ bspc rule -a "desktop" manage=off
# Startup applications # Startup applications
sxhkd & sxhkd &
dunst & # dunst &
mpd & mpd &
flameshot & flameshot &
lxpolkit & lxpolkit &
# picom --experimental-backends & picom --experimental-backends &
wal -R wal -R
~/.fehbg ~/.fehbg
# Panel # Panel
${HOME}/.config/bspwm/panel.sh ${HOME}/.config/bspwm/panel

View File

@ -45,7 +45,13 @@ super + o
# Desktop # Desktop
super + {a,s,d,f,g,z,x,c,v,b} super + {a,s,d,f,g,z,x,c,v,b}
bspc desktop --focus {a,s,d,f,g,z,x,c,v,b} set d '{a,s,d,f,g,z,x,c,v,b}'; \
bspc desktop -f "$d.local" || bspc desktop -s "$d"
# this is running on fish for some reason
# Monitor
super + m
bspc monitor -f next
# Resize # Resize
super + ctrl + {h,j,k,l} super + ctrl + {h,j,k,l}
@ -75,14 +81,6 @@ XF86MonBrightnessDown
XF86MonBrightnessUp XF86MonBrightnessUp
light -A 5 light -A 5
# Mouse
super + button1
bspc node -s west
super + button2
bspc node -p
super + button3
bspc node -s east
# Application launchers # Application launchers
super + Return super + Return
kitty kitty
@ -97,7 +95,7 @@ super + 1
nemo nemo
super + 2 super + 2
brave firefox
super + 3 super + 3
rofi -show calc rofi -show calc