mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41: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
|
||||
{ terminal = "gnome-terminal"
|
||||
, keys = \c -> gnomeKeys c `M.union` keys desktopConfig c
|
||||
, startupHook = gnomeRegister }
|
||||
, startupHook = gnomeRegister >> startupHook desktopConfig }
|
||||
|
||||
gnomeKeys (XConfig {modMask = modm}) = M.fromList $
|
||||
[ ((modm, xK_p), gnomeRun)
|
||||
|
Reference in New Issue
Block a user