mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
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:
parent
c0495805d5
commit
9f6a741589
4
tint2/.config/tint2/fullscreen.sh
Executable file
4
tint2/.config/tint2/fullscreen.sh
Executable 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)
|
Loading…
Reference in New Issue
Block a user