diff options
-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) |