From 61c47b5e2b7b418312e555a59aff1b84d266c2ec Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 3 Feb 2018 14:44:45 -0600 Subject: [PATCH] Plasma: Kill xembedsniproxy It forbids Polybar from managing the system tray --- .config/i3/kdestartup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/kdestartup.sh b/.config/i3/kdestartup.sh index 18c93319..6d6c364f 100755 --- a/.config/i3/kdestartup.sh +++ b/.config/i3/kdestartup.sh @@ -2,6 +2,7 @@ xrdb ~/.Xresources & killall plasmashell & killall krunner & +killall xembedsniproxy & feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 & compton &