idk what i was doing

This commit is contained in:
Sakooooo 2024-07-18 00:14:49 +04:00
parent 5a83f4b8a5
commit 21dfa31ffb
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -41,7 +41,7 @@ myClickJustFocuses = False
-- Width of the window border in pixels. -- Width of the window border in pixels.
-- --
myBorderWidth = 1 myBorderWidth = 2
-- modMask lets you specify which modkey you want to use. The default -- modMask lets you specify which modkey you want to use. The default
-- is mod1Mask ("left alt"). You may also consider using mod3Mask -- 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. -- | Finally, a copy of the default bindings in simple textual tabular format.
help :: String 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", "-- launching and killing programs",
"mod-Enter Launch terminal", "mod-Enter Launch terminal",