From 9f6a74158995063321b5b7140abe8ef592972f8d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 24 Apr 2023 01:00:28 -0400 Subject: [PATCH] tint2: Use separate fullscreen.sh Using a separate file was so tint2 would continue to show below fullscreen windows after changing themes with wal. --- tint2/.config/tint2/fullscreen.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tint2/.config/tint2/fullscreen.sh diff --git a/tint2/.config/tint2/fullscreen.sh b/tint2/.config/tint2/fullscreen.sh new file mode 100755 index 0000000..673222e --- /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)