From 0ba7e689c608f026bdc2088608161cfcd1ce10be Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 10 Feb 2020 10:15:30 -0700 Subject: Fix xscreensaver nosplash and add 1px focused border color --- src/Main.hs | 4 ++-- startup | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Main.hs b/src/Main.hs index d80666a..0e5666d 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -27,9 +27,9 @@ main = do applyKeys $ def { terminal = "sakura" , modMask = mod4Mask - , borderWidth = 0 + , borderWidth = 1 , keys = \config -> mempty - , focusedBorderColor = "#FFFFFF" + , focusedBorderColor = "#a04000" , normalBorderColor = "#000000" , layoutHook = myLayout , startupHook = spawn fp diff --git a/startup b/startup index 970f41f..f44bd4b 100755 --- a/startup +++ b/startup @@ -10,7 +10,7 @@ feh --bg-scale "$HOME/.xmonad/wallpaper.jpg" xset r rate 200 60 # Run the screensaver so I can lock it. -nohup xscreensaver --no-splash & > /dev/null +nohup xscreensaver -no-splash & > /dev/null # Run a compositer to make things a little prettier. -- cgit