diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-09-24 08:05:41 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-09-24 08:05:41 +0200 |
commit | 53a94065eb8c21237935fe0dceb4a587038001e9 (patch) | |
tree | 62047bd17252b61bb44611bfd98f416ec69f3072 | |
parent | 91c972ed3c25f7e0d9be094d0efbb7d02482189e (diff) | |
download | XMonadContrib-53a94065eb8c21237935fe0dceb4a587038001e9.tar.gz XMonadContrib-53a94065eb8c21237935fe0dceb4a587038001e9.tar.xz XMonadContrib-53a94065eb8c21237935fe0dceb4a587038001e9.zip |
Use the new layout switcher in Commands
darcs-hash:20070924060541-a5988-5206f9383aad4117f9b45ce202b5a671bdcae977.gz
-rw-r--r-- | Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs index c3bf2a5..5b9b900 100644 --- a/Commands.hs +++ b/Commands.hs @@ -81,7 +81,7 @@ defaultCommands = workspaceCommands ++ screenCommands , ("expand", sendMessage Expand) , ("restart-wm", restart Nothing True) , ("restart-wm-no-resume", restart Nothing False) - , ("layout", switchLayout) + , ("layout", sendMessage NextLayout) , ("xterm", spawn "xterm") , ("run", spawn "exe=`dmenu_path | dmenu -b` && exec $exe") , ("kill", kill) |