mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-19 14:13:48 -07:00
Replace <+> with <>
This commit is contained in:
@@ -38,7 +38,7 @@ import qualified Data.Map as M
|
||||
|
||||
lxqtConfig = desktopConfig
|
||||
{ terminal = "qterminal"
|
||||
, keys = lxqtKeys <+> keys desktopConfig }
|
||||
, keys = lxqtKeys <> keys desktopConfig }
|
||||
|
||||
lxqtKeys XConfig{modMask = modm} = M.fromList
|
||||
[ ((modm, xK_p), spawn "lxqt-runner")
|
||||
|
Reference in New Issue
Block a user