bspwm: update config to feel exactly like herbstluftwm
This commit is contained in:
@ -29,14 +29,13 @@ bspc rule -a "desktop" manage=off
|
||||
|
||||
# Startup applications
|
||||
sxhkd &
|
||||
dunst &
|
||||
# dunst &
|
||||
mpd &
|
||||
flameshot &
|
||||
lxpolkit &
|
||||
# picom --experimental-backends &
|
||||
picom --experimental-backends &
|
||||
wal -R
|
||||
~/.fehbg
|
||||
|
||||
# Panel
|
||||
${HOME}/.config/bspwm/panel.sh
|
||||
|
||||
${HOME}/.config/bspwm/panel
|
||||
|
||||
@ -45,7 +45,13 @@ super + o
|
||||
|
||||
# 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}
|
||||
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
|
||||
super + ctrl + {h,j,k,l}
|
||||
@ -75,14 +81,6 @@ XF86MonBrightnessDown
|
||||
XF86MonBrightnessUp
|
||||
light -A 5
|
||||
|
||||
# Mouse
|
||||
super + button1
|
||||
bspc node -s west
|
||||
super + button2
|
||||
bspc node -p
|
||||
super + button3
|
||||
bspc node -s east
|
||||
|
||||
# Application launchers
|
||||
super + Return
|
||||
kitty
|
||||
@ -97,7 +95,7 @@ super + 1
|
||||
nemo
|
||||
|
||||
super + 2
|
||||
brave
|
||||
firefox
|
||||
|
||||
super + 3
|
||||
rofi -show calc
|
||||
|
||||
Reference in New Issue
Block a user