Config modifiers infixl 4 so you can use (++)

This commit is contained in:
brandon s allbery kf8nh
2023-02-08 17:15:35 -05:00
parent 726e887239
commit 29f0e03256
2 changed files with 11 additions and 0 deletions

View File

@@ -105,6 +105,10 @@
- Added `remapKeysP`, which remaps keybindings from one binding to
another.
- Made `additionalKeys{,P}`, `removeKeys{,P}`, `remapKeysP`, and
`{additional,remove}MouseBindings` `infixl 4` so they can more easily
be concatenated with `(++)`.
* `XMonad.Util.NamedScratchpad`
- Added `addExclusives`, `resetFocusedNSP`, `setNoexclusive`,