-- Xmonad configuration file. import XMonad main = xmonad $ defaultConfig -- Use Windows key as main key so it doesn't conflict with any other key -- bindings. { modMask = mod4Mask -- Inactive borders are black - invisible on my black screen. , normalBorderColor = "#000000" -- Active border is dark red. , focusedBorderColor = "#990000" }