mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-06 06:51:55 -07:00
Use the new layout switcher in Commands
This commit is contained in:
@@ -81,7 +81,7 @@ defaultCommands = workspaceCommands ++ screenCommands
|
|||||||
, ("expand", sendMessage Expand)
|
, ("expand", sendMessage Expand)
|
||||||
, ("restart-wm", restart Nothing True)
|
, ("restart-wm", restart Nothing True)
|
||||||
, ("restart-wm-no-resume", restart Nothing False)
|
, ("restart-wm-no-resume", restart Nothing False)
|
||||||
, ("layout", switchLayout)
|
, ("layout", sendMessage NextLayout)
|
||||||
, ("xterm", spawn "xterm")
|
, ("xterm", spawn "xterm")
|
||||||
, ("run", spawn "exe=`dmenu_path | dmenu -b` && exec $exe")
|
, ("run", spawn "exe=`dmenu_path | dmenu -b` && exec $exe")
|
||||||
, ("kill", kill)
|
, ("kill", kill)
|
||||||
|
Reference in New Issue
Block a user