tint2: Use separate fullscreen.sh

Using a separate file was so tint2 would continue to show below
fullscreen windows after changing themes with wal.
This commit is contained in:
Donovan Glover 2023-04-24 01:00:28 -04:00
parent c0495805d5
commit 9f6a741589
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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)