From fcb831dcb0f005bde9edf3807a34cddaab723369 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 29 Aug 2017 20:22:26 +1000 Subject: [PATCH] Set xmobar to only launch on the laptop's screen --- .xsession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xsession b/.xsession index 4a1c46c..463ee0b 100755 --- a/.xsession +++ b/.xsession @@ -1,6 +1,6 @@ exec /usr/bin/xsettingsd & exec /usr/bin/xcalib -s 0 ~/Documents/Manuals/Lenovo/x201/thinkpadx201.icc & -exec /usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --alpha 0 --tint 0x073642 --height 22 & +exec /usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand false --width 10 --transparent true --alpha 0 --tint 0x073642 --height 22 --monitor 0 & exec /usr/bin/nm-applet & exec /usr/bin/owncloud & exec /usr/bin/mpd &