mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Remove redundant ($) in A.Commands
This commit is contained in:
parent
2d193a4304
commit
8aa3450f83
@ -93,11 +93,11 @@ defaultCommands = do
|
||||
, ("run" , spawn "exe=`dmenu_path | dmenu -b` && exec $exe" )
|
||||
, ("kill" , kill )
|
||||
, ("refresh" , refresh )
|
||||
, ("focus-up" , windows $ focusUp )
|
||||
, ("focus-down" , windows $ focusDown )
|
||||
, ("swap-up" , windows $ swapUp )
|
||||
, ("swap-down" , windows $ swapDown )
|
||||
, ("swap-master" , windows $ swapMaster )
|
||||
, ("focus-up" , windows focusUp )
|
||||
, ("focus-down" , windows focusDown )
|
||||
, ("swap-up" , windows swapUp )
|
||||
, ("swap-down" , windows swapDown )
|
||||
, ("swap-master" , windows swapMaster )
|
||||
, ("sink" , withFocused $ windows . sink )
|
||||
, ("quit-wm" , io $ exitWith ExitSuccess )
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user