mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 06:31:54 -07:00
Wibble
This commit is contained in:
@@ -77,8 +77,7 @@ data XConfig l = XConfig
|
|||||||
, focusedBorderColor :: !String -- ^ Focused windows border color. Default: \"#ff0000\"
|
, focusedBorderColor :: !String -- ^ Focused windows border color. Default: \"#ff0000\"
|
||||||
, terminal :: !String -- ^ The preferred terminal application. Default: \"xterm\"
|
, terminal :: !String -- ^ The preferred terminal application. Default: \"xterm\"
|
||||||
, layoutHook :: !(l Window) -- ^ The avaiable layouts
|
, layoutHook :: !(l Window) -- ^ The avaiable layouts
|
||||||
, manageHook :: !ManageHook
|
, manageHook :: !ManageHook -- ^ The action to run when a new window is opened
|
||||||
-- ^ The action to run when a new window is opened
|
|
||||||
, workspaces :: [String] -- ^ The list of workspaces' names
|
, workspaces :: [String] -- ^ The list of workspaces' names
|
||||||
, defaultGaps :: [(Int,Int,Int,Int)] -- ^ The list of gaps, per screen
|
, defaultGaps :: [(Int,Int,Int,Int)] -- ^ The list of gaps, per screen
|
||||||
, numlockMask :: !KeyMask -- ^ The numlock modifier
|
, numlockMask :: !KeyMask -- ^ The numlock modifier
|
||||||
|
Reference in New Issue
Block a user