workaround for startup notifications by detecting open windows
This commit is contained in:
@@ -7,6 +7,8 @@ exec xlunch --input /etc/xlunch/entries.dsv \
|
||||
--highlight /usr/share/icons/hicolor/128x128/apps/xlunch_highlight.png \
|
||||
--outputonly | while read LINE; do
|
||||
|
||||
fbstartupnotify
|
||||
|
||||
cmd="$(echo $LINE | sed -r "s/\\s.*//")"
|
||||
whi="$(which $cmd | head -n 1)"
|
||||
Xdep=$(ldd $whi | grep libX11)
|
||||
|
||||
Reference in New Issue
Block a user