Configured trayer to work correctly with dual monitors
This commit is contained in:
parent
0d06762a86
commit
7407f072f6
|
@ -18,8 +18,8 @@ main = do
|
||||||
spawn "xcompmgr -f -C -n -D 3"
|
spawn "xcompmgr -f -C -n -D 3"
|
||||||
-- Launch xmobar as my task bar.
|
-- Launch xmobar as my task bar.
|
||||||
xmproc <- spawnPipe "xmobar /home/craige/.xmobarrc"
|
xmproc <- spawnPipe "xmobar /home/craige/.xmobarrc"
|
||||||
-- Launch the system tray
|
-- Launch the system tray, configured to work correctly with dual monitors
|
||||||
spawn "trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand false --width 5 --transparent true --alpha 0 --tint 0x073642 --height 20 --monitor primary"
|
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
|
-- Launch the settings daemon
|
||||||
spawn "xsettingsd"
|
spawn "xsettingsd"
|
||||||
-- Launch the screen saver
|
-- Launch the screen saver
|
||||||
|
|
Loading…
Reference in a new issue