1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-27 10:11:52 -07:00

X.A.WindowBringer: Add haddocks for WindowBringerConfig

This commit is contained in:
Ivan Malison
2016-10-24 22:10:09 -07:00
parent 6cb10c9300
commit 4983ecfd23

@@ -46,9 +46,10 @@ import XMonad.Util.NamedWindows (getName)
-- For detailed instructions on editing your key bindings, see -- For detailed instructions on editing your key bindings, see
-- "XMonad.Doc.Extending#Editing_key_bindings". -- "XMonad.Doc.Extending#Editing_key_bindings".
data WindowBringerConfig = WindowBringerConfig { menuCommand :: String data WindowBringerConfig = WindowBringerConfig
, menuArgs :: [String] { menuCommand :: String -- ^ The shell command that will handle window selection
, windowTitler :: X.WindowSpace -> Window -> X String , menuArgs :: [String] -- ^ Arguments to be passed to menuCommand
, windowTitler :: X.WindowSpace -> Window -> X String -- ^ A function that produces window titles given a workspace and a window
} }
instance Default WindowBringerConfig where instance Default WindowBringerConfig where