1 -- Xmonad configuration file.
6 main = xmonad $ defaultConfig
7 -- Use Windows key as main key so it doesn't conflict with any other key
10 -- Inactive borders are black - invisible on my black screen.
11 , normalBorderColor = "#000000"
12 -- Active border is dark red.
13 , focusedBorderColor = "#990000" }