idk what i was doing
This commit is contained in:
parent
5a83f4b8a5
commit
21dfa31ffb
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue