mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
Use the new layout switcher in Commands
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user