From 9e7f09824d57f7bf30229d7e1f2414c33a4ae72b Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Fri, 23 Oct 2020 18:03:00 -0400 Subject: [PATCH] Fixed i3lock (no more white background) --- xmonad.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"