diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 20abb51c..c049b9fb 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -41,7 +41,7 @@ myClickJustFocuses = False -- Width of the window border in pixels. -- -myBorderWidth = 1 +myBorderWidth = 2 -- modMask lets you specify which modkey you want to use. The default -- is mod1Mask ("left alt"). You may also consider using mod3Mask @@ -356,7 +356,7 @@ defaults = def { -- | Finally, a copy of the default bindings in simple textual tabular format. help :: String -help = unlines ["The default modifier key is 'alt'. Default keybindings:", +help = unlines ["The default modifier key is 'super'. Default keybindings:", "", "-- launching and killing programs", "mod-Enter Launch terminal",