mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
Refer to modm as the current modMask
This makes the config suggestions consistent with the current template.
This commit is contained in:
@@ -76,13 +76,13 @@ import Data.Word (Word8)
|
||||
--
|
||||
-- Then add a keybinding, e.g.
|
||||
--
|
||||
-- > , ((modMask x, xK_g), goToSelected defaultGSConfig)
|
||||
-- > , ((modm, xK_g), goToSelected defaultGSConfig)
|
||||
--
|
||||
-- This module also supports displaying arbitrary information in a grid and letting
|
||||
-- the user select from it. E.g. to spawn an application from a given list, you
|
||||
-- can use the following:
|
||||
--
|
||||
-- > , ((modMask x, xK_s), spawnSelected defaultGSConfig ["xterm","gmplayer","gvim"])
|
||||
-- > , ((modm, xK_s), spawnSelected defaultGSConfig ["xterm","gmplayer","gvim"])
|
||||
|
||||
-- $commonGSConfig
|
||||
--
|
||||
@@ -112,8 +112,8 @@ import Data.Word (Word8)
|
||||
--
|
||||
-- Then you can bind to:
|
||||
--
|
||||
-- > ,((modMask x, xK_g), goToSelected $ gsconfig2 myWinColorizer)
|
||||
-- > ,((modMask x, xK_p), spawnSelected $ spawnSelected defaultColorizer)
|
||||
-- > ,((modm, xK_g), goToSelected $ gsconfig2 myWinColorizer)
|
||||
-- > ,((modm, xK_p), spawnSelected $ spawnSelected defaultColorizer)
|
||||
|
||||
-- $keybindings
|
||||
--
|
||||
|
Reference in New Issue
Block a user