From 7c94dfb22274632079130196fa236fdff52b7445 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 19 Dec 2007 23:06:34 +0100 Subject: Update various restart bindings darcs-hash:20071219220634-a5988-5f0b0cfc57aa06ceb798874790ca9c7c2d68fbbd.gz --- XMonad/Actions/Commands.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Actions/Commands.hs') diff --git a/XMonad/Actions/Commands.hs b/XMonad/Actions/Commands.hs index 6892957..eb7d1e9 100644 --- a/XMonad/Actions/Commands.hs +++ b/XMonad/Actions/Commands.hs @@ -88,8 +88,8 @@ defaultCommands = do , ("expand" , sendMessage Expand ) , ("next-layout" , sendMessage NextLayout ) , ("default-layout" , asks (layoutHook . config) >>= setLayout ) - , ("restart-wm" , sr >> restart Nothing True ) - , ("restart-wm-no-resume", sr >> restart Nothing False ) + , ("restart-wm" , sr >> restart "xmonad" True ) + , ("restart-wm-no-resume", sr >> restart "xmonad" False ) , ("xterm" , spawn =<< asks (terminal . config) ) , ("run" , spawn "exe=`dmenu_path | dmenu -b` && exec $exe" ) , ("kill" , kill ) -- cgit v1.2.3