From ddf2f47bcae7f94027486d7dda9484025c2b93ca Mon Sep 17 00:00:00 2001 From: Lars Vierbergen Date: Mon, 4 Sep 2017 18:39:31 +0200 Subject: [PATCH] Make sure trayer remains at primary monitor and does not walk around --- xmonad-session-rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad-session-rc b/xmonad-session-rc index ce0e6f2..d9c56c5 100644 --- a/xmonad-session-rc +++ b/xmonad-session-rc @@ -8,7 +8,7 @@ $(syndaemon -d -K -i 0.5s && synclient HorizTwoFingerScroll=1 && synclient TapBu eval $(ssh-agent) # Tray applets -trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 14 & +trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x000000 --alpha 0 --height 16 --monitor primary& xscreensaver -no-splash& nm-applet --sm-disable& gnome-power-manager&