diff --git a/xmonad.hs b/xmonad.hs index 189041d..eea9d18 100755 --- a/xmonad.hs +++ b/xmonad.hs @@ -236,7 +236,7 @@ main = do dzenCenterBar <- spawnPipe centerBar dzenBottomBar <- spawnPipe bottomBar xmonad $ docks $ ewmh $ desktopConfig { - workspaces = ["shell","vivaldi","pindrop","kofc","bitcoin"] + workspaces = ["shell","vivaldi","pindrop","kofc","VM"] , terminal = myTerminal , focusFollowsMouse = True , manageHook = manageDocks <+> myManageHook <+> manageHook desktopConfig @@ -258,7 +258,8 @@ myStartup = do spawn "trayer --edge top --align right --widthtype request --margin 318 --expand false --align right --SetDockType true --SetPartialStrut false --tint 0x000000 --transparent true --alpha 0 --height 24 --monitor 'primary'" --spawn "gnome-gmail-notifier" spawn "xset dpms 600" - spawn "xautolock -secure -time 10 -locker 'i3lock -c 000000 -i /home/trey/images/black.png'" + --spawn "xautolock -secure -time 10 -locker 'i3lock -c 000000 -i /home/trey/images/black.png'" + spawn "xautolock -secure -time 10 -locker 'i3lock -c 000000'" myBitmapsDir = "/home/trey/.xmonad/dzen2" --leftBar = "dzen2 -w 0 -h 24 -ta l -fg #555753 -bg #000000 -fn Terminus-10 -xs 1"