mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
Merge branch 'master' into master
This commit is contained in:
@@ -142,6 +142,10 @@
|
||||
* `XMonad.Hooks.ManageHelpers`
|
||||
- Export `doSink`
|
||||
|
||||
* `XMonad.Util.EZConfig`
|
||||
- Added support for XF86Bluetooth.
|
||||
|
||||
|
||||
## 0.16
|
||||
|
||||
### Breaking Changes
|
||||
|
@@ -356,6 +356,7 @@ removeMouseBindings conf mouseBindingList =
|
||||
-- > <XF86_ClearGrab>
|
||||
-- > <XF86_Next_VMode>
|
||||
-- > <XF86_Prev_VMode>
|
||||
-- > <XF86Bluetooth>
|
||||
|
||||
mkKeymap :: XConfig l -> [(String, X ())] -> M.Map (KeyMask, KeySym) (X ())
|
||||
mkKeymap c = M.fromList . mkSubmaps . readKeymap c
|
||||
@@ -677,7 +678,8 @@ multimediaKeys = filter ((/= noSymbol) . snd) . map (id &&& stringToKeysym) $
|
||||
, "XF86_Ungrab"
|
||||
, "XF86_ClearGrab"
|
||||
, "XF86_Next_VMode"
|
||||
, "XF86_Prev_VMode" ]
|
||||
, "XF86_Prev_VMode"
|
||||
, "XF86Bluetooth" ]
|
||||
|
||||
-- | Given a configuration record and a list of (key sequence
|
||||
-- description, action) pairs, check the key sequence descriptions
|
||||
|
Reference in New Issue
Block a user