aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2020-02-10 10:15:30 -0700
committerJosh Rahm <rahm@google.com>2020-02-10 10:15:30 -0700
commit0ba7e689c608f026bdc2088608161cfcd1ce10be (patch)
tree19c636d11974c7be7f9d583948caa22745e67d36
parente759cd4407d1da948444a7f298f93310680f06c9 (diff)
downloadrde-0ba7e689c608f026bdc2088608161cfcd1ce10be.tar.gz
rde-0ba7e689c608f026bdc2088608161cfcd1ce10be.tar.bz2
rde-0ba7e689c608f026bdc2088608161cfcd1ce10be.zip
Fix xscreensaver nosplash and add 1px focused border color
-rw-r--r--src/Main.hs4
-rwxr-xr-xstartup2
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.