mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-08 07:51:52 -07:00
C.Gnome combine with instead of replace Desktop startupHook
Now that C.Desktop sets startupHook do both rather than only gnomeRegister.
This commit is contained in:
@@ -40,7 +40,7 @@ import System.Environment (getEnvironment)
|
|||||||
gnomeConfig = desktopConfig
|
gnomeConfig = desktopConfig
|
||||||
{ terminal = "gnome-terminal"
|
{ terminal = "gnome-terminal"
|
||||||
, keys = \c -> gnomeKeys c `M.union` keys desktopConfig c
|
, keys = \c -> gnomeKeys c `M.union` keys desktopConfig c
|
||||||
, startupHook = gnomeRegister }
|
, startupHook = gnomeRegister >> startupHook desktopConfig }
|
||||||
|
|
||||||
gnomeKeys (XConfig {modMask = modm}) = M.fromList $
|
gnomeKeys (XConfig {modMask = modm}) = M.fromList $
|
||||||
[ ((modm, xK_p), gnomeRun)
|
[ ((modm, xK_p), gnomeRun)
|
||||||
|
Reference in New Issue
Block a user