diff --git a/tint2/.config/tint2/fullscreen.sh b/tint2/.config/tint2/fullscreen.sh new file mode 100755 index 00000000..673222e6 --- /dev/null +++ b/tint2/.config/tint2/fullscreen.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# +# Fix bar showing above fullscreen programs +xdo above -t "$(xdo id -N Bspwm -n root | sort | head -n 1)" $(xdo id -n tint2)