[xmonad] mod-q assumes "xmonad" is in the path

Ken Takusagawa ken.takusagawa.2 at gmail.com
Tue Sep 9 14:33:53 EDT 2008


diff -rN -u old-xmonad/XMonad/Config.hs new-xmonad/XMonad/Config.hs
--- old-xmonad/XMonad/Config.hs	2008-09-09 14:27:56.000000000 -0400
+++ new-xmonad/XMonad/Config.hs	2008-09-09 14:27:56.000000000 -0400
@@ -206,6 +206,7 @@
     -- quit, or restart
     , ((modMask .|. shiftMask, xK_q     ), io (exitWith ExitSuccess))
-- %! Quit xmonad
     , ((modMask              , xK_q     ), restart "xmonad" True) --
%! Restart xmonad
+                                           -- (assumes "xmonad" is in the PATH)
     ]
     ++
     -- mod-[1..9] %! Switch to workspace N


More information about the xmonad mailing list