mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-04 22:21:54 -07:00
Arossato: just code formattings
This commit is contained in:
@@ -64,16 +64,19 @@ arossatoConfig = defaultConfig
|
|||||||
, defaultGaps = [(15,0,0,0)]
|
, defaultGaps = [(15,0,0,0)]
|
||||||
}
|
}
|
||||||
where
|
where
|
||||||
|
-- layouts
|
||||||
mytab = tabbed shrinkText myTabConfig
|
mytab = tabbed shrinkText myTabConfig
|
||||||
tiled = Tall 1 0.03 0.5
|
tiled = Tall 1 0.03 0.5
|
||||||
|
|
||||||
|
-- the logHook pretty-printer
|
||||||
myPP = defaultPP { ppCurrent = xmobarColor "yellow" "" . wrap "[" "]"
|
myPP = defaultPP { ppCurrent = xmobarColor "yellow" "" . wrap "[" "]"
|
||||||
, ppTitle = xmobarColor "green" "" . shorten 80
|
, ppTitle = xmobarColor "green" "" . shorten 80
|
||||||
}
|
}
|
||||||
|
|
||||||
-- key bindings stuff
|
-- key bindings stuff
|
||||||
defKeys = keys defaultConfig
|
defKeys = keys defaultConfig
|
||||||
newKeys x = foldr (uncurry M.insert) (delKeys x) (toAdd x)
|
|
||||||
delKeys x = foldr M.delete (defKeys x) (toRemove x)
|
delKeys x = foldr M.delete (defKeys x) (toRemove x)
|
||||||
|
newKeys x = foldr (uncurry M.insert) (delKeys x) (toAdd x)
|
||||||
-- remove some of the default key bindings
|
-- remove some of the default key bindings
|
||||||
toRemove x =
|
toRemove x =
|
||||||
[ (modMask x , xK_j )
|
[ (modMask x , xK_j )
|
||||||
|
Reference in New Issue
Block a user