Configured trayer to work correctly with dual monitors

This commit is contained in:
Craige McWhirter 2020-03-09 13:33:19 +10:00
parent 0d06762a86
commit 7407f072f6
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -18,8 +18,8 @@ main = do
spawn "xcompmgr -f -C -n -D 3"
-- Launch xmobar as my task bar.
xmproc <- spawnPipe "xmobar /home/craige/.xmobarrc"
-- Launch the system tray
spawn "trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand false --width 5 --transparent true --alpha 0 --tint 0x073642 --height 20 --monitor primary"
-- Launch the system tray, configured to work correctly with dual monitors
spawn "trayer --edge top --align right --SetDockType true --SetPartialStrut false --expand true --width 5 --transparent true --alpha 0 --tint 0x073642 --height 20 --monitor primary"
-- Launch the settings daemon
spawn "xsettingsd"
-- Launch the screen saver