mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
eliminate references to defaultConfig
This commit is contained in:
@@ -52,9 +52,9 @@ import XMonad.Util.Run
|
||||
--
|
||||
-- > import XMonad.Actions.Plane
|
||||
-- >
|
||||
-- > main = xmonad defaultConfig {keys = myKeys}
|
||||
-- > main = xmonad def {keys = myKeys}
|
||||
-- >
|
||||
-- > myKeys conf = union (keys defaultConfig conf) $ myNewKeys conf
|
||||
-- > myKeys conf = union (keys def conf) $ myNewKeys conf
|
||||
-- >
|
||||
-- > myNewkeys (XConfig {modMask = modm}) = planeKeys modm (Lines 3) Finite
|
||||
--
|
||||
@@ -226,4 +226,4 @@ gconftool :: String
|
||||
gconftool = "gconftool-2"
|
||||
|
||||
parameters :: [String]
|
||||
parameters = ["--get", "/apps/panel/applets/workspace_switcher_screen0/prefs/num_rows"]
|
||||
parameters = ["--get", "/apps/panel/applets/workspace_switcher_screen0/prefs/num_rows"]
|
||||
|
Reference in New Issue
Block a user