about summary refs log tree commit diff
path: root/dotfiles/xmonad.hs
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-07 04:08:10 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-07 04:08:10 +0200
commit66161bccb78778ebc97059414d65a2bae34a7f7e (patch)
tree367d4e10ba73816f9d3e40ac810e5b5007e7400c /dotfiles/xmonad.hs
parentXMonad: Add type signatures (diff)
downloadnixos-config-66161bccb78778ebc97059414d65a2bae34a7f7e.tar.gz
nixos-config-66161bccb78778ebc97059414d65a2bae34a7f7e.tar.bz2
nixos-config-66161bccb78778ebc97059414d65a2bae34a7f7e.zip
XMonad: Change window borders to be like dwm
Diffstat (limited to 'dotfiles/xmonad.hs')
-rw-r--r--dotfiles/xmonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/xmonad.hs b/dotfiles/xmonad.hs
index 923921e..9b9972b 100644
--- a/dotfiles/xmonad.hs
+++ b/dotfiles/xmonad.hs
@@ -101,10 +101,10 @@ myLayout = lessBorders OnlyFloat
 
 -- Width of the window border in pixels.
 myBorderWidth :: Dimension
-myBorderWidth = 1
+myBorderWidth = 2
 
 myNormalBorderColor :: String
-myNormalBorderColor = "#000000"
+myNormalBorderColor = "#444444"
 
 myFocusedBorderColor :: String
 myFocusedBorderColor = "#005577"