Use the new layout switcher in Commands

This commit is contained in:
Spencer Janssen
2007-09-24 06:05:41 +00:00
parent 59be9148e4
commit 318c5e83eb

View File

@@ -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)