From 6e0a0205e784bda3e59a4d4ce35c73aefa7f7009 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 8 Jan 2018 06:43:31 +1000 Subject: [PATCH] Added notifications and modified VGA. --- .xmonad/xmonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 9a0f7e7..0652fc2 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -8,6 +8,7 @@ import System.IO main = do xmproc <- spawnPipe "/usr/bin/xmobar /home/craige/.xmobarrc" + spawn "/usr/lib/notification-daemon/notification-daemon" -- Launch xmobar as my task bar. xmonad $ desktopConfig { focusFollowsMouse = False @@ -56,7 +57,7 @@ main = do -- Turn on the VGA port and set it as the primary display , ((mod4Mask .|. shiftMask, xK_v), spawn " /usr/bin/xrandr --output LVDS-1 --primary --auto --output \ - \ VGA-1 --left-of LVDS-1 --auto" + \ VGA-1 --right-of LVDS-1 --auto" ) , ((0 , 0x1008FF11), spawn "amixer set Master 2%-") -- XF86AudioLowerVolume