forked from extern/nix-config
bspwm: Fix tint2 showing above fullscreen programs
Although I am glad I eventually found a fix for this, it's much easier to simply use GNOME with extensions and not have to worry about hacks like these. If by chance such GNOME extensions are as hacky as the solution in this commit, I'd argue that the convenience of those hacks being abstracted away from the user outweighs fixing things manually.
This commit is contained in:
parent
4f5a891280
commit
cc59ab4c58
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user