diff options
author | Daniel Wagner <me@dmwit.com> | 2015-03-30 20:07:52 +0200 |
---|---|---|
committer | Daniel Wagner <me@dmwit.com> | 2015-03-30 20:07:52 +0200 |
commit | 185922730d91c48a66ce6659e769d14d02b325b0 (patch) | |
tree | 231f14e6772a14910921d0906c7e72587baee3b1 /XMonad | |
parent | 9eb74bc6c3c5c41bf1947cd90bdbe0dcdd147e04 (diff) | |
download | XMonadContrib-185922730d91c48a66ce6659e769d14d02b325b0.tar.gz XMonadContrib-185922730d91c48a66ce6659e769d14d02b325b0.tar.xz XMonadContrib-185922730d91c48a66ce6659e769d14d02b325b0.zip |
minor doc fixes to X.C.Mate
Ignore-this: f35c2e5068adcf5a04727557078c8a6f
darcs-hash:20150330180752-7469c-47ee6ec175812d8728d3e2dfe9957c04cd20b81e.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Config/Mate.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/XMonad/Config/Mate.hs b/XMonad/Config/Mate.hs index 1a32916..d54f03c 100644 --- a/XMonad/Config/Mate.hs +++ b/XMonad/Config/Mate.hs @@ -67,8 +67,10 @@ mateRun = withDisplay $ \dpy -> do -- | Register xmonad with mate. 'dbus-send' must be in the $PATH with which -- xmonad is started. -- --- This action reduces a delay on startup only only if you have configured +-- This action reduces a delay on startup only if you have configured -- mate-session to start xmonad with a command such as (check local +-- documentation): +-- -- > dconf write /org/mate/desktop/session/required_components/windowmanager "'xmonad'" -- -- (the extra quotes are required by dconf) |