diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 9b2b5c2b..c60db40e 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -126,3 +126,6 @@ brightnessctl --device='tpacpi::kbd_backlight' set 2 # Enable alt tab alttab -d 1 -w 1 -font "xft:Noto Sans CJK JP" -mk Super_L & + +# Fix bar showing above fullscreen programs +xdo above -t "$(xdo id -N Bspwm -n root | sort | head -n 1)" $(xdo id -n tint2)