Simplified xmonad invocation, removed kofc workspace, slight formatting update
This commit is contained in:
parent
080c5b71f6
commit
2434602233
@ -289,10 +289,10 @@ main = do sc <- IS.countScreens
|
|||||||
dzenSodiumBar <- spawnPipe (getSodiumBar sc)
|
dzenSodiumBar <- spawnPipe (getSodiumBar sc)
|
||||||
dzenTennessineBar <- spawnPipe (getTennessineBar sc)
|
dzenTennessineBar <- spawnPipe (getTennessineBar sc)
|
||||||
dzenBlancherBar <- spawnPipe (getBlancherBar sc)
|
dzenBlancherBar <- spawnPipe (getBlancherBar sc)
|
||||||
xmonad $ docks $ ewmh $ desktopConfig {
|
xmonad $ desktopConfig {
|
||||||
workspaces = ["shell","qb","pindrop","kofc","VM"]
|
workspaces = ["shell","qb","pindrop","VM"]
|
||||||
, terminal = myTerminal
|
, terminal = myTerminal
|
||||||
, focusFollowsMouse = True
|
, focusFollowsMouse = True
|
||||||
, manageHook = manageDocks <+> myManageHook -- <+> manageHook desktopConfig
|
, manageHook = manageDocks <+> myManageHook -- <+> manageHook desktopConfig
|
||||||
, handleEventHook = handleEventHook desktopConfig
|
, handleEventHook = handleEventHook desktopConfig
|
||||||
, layoutHook = avoidStruts $ gaps [(D,108)] $ layoutH
|
, layoutHook = avoidStruts $ gaps [(D,108)] $ layoutH
|
||||||
|
Loading…
Reference in New Issue
Block a user