Compare commits
2 Commits
remove-win
...
remove-man
Author | SHA1 | Date | |
---|---|---|---|
2434602233 | |||
080c5b71f6 |
@ -289,11 +289,11 @@ main = do sc <- IS.countScreens
|
||||
dzenSodiumBar <- spawnPipe (getSodiumBar sc)
|
||||
dzenTennessineBar <- spawnPipe (getTennessineBar sc)
|
||||
dzenBlancherBar <- spawnPipe (getBlancherBar sc)
|
||||
xmonad $ docks $ ewmh $ desktopConfig {
|
||||
workspaces = ["shell","qb","pindrop","kofc","VM"]
|
||||
xmonad $ desktopConfig {
|
||||
workspaces = ["shell","qb","pindrop","VM"]
|
||||
, terminal = myTerminal
|
||||
, focusFollowsMouse = True
|
||||
, manageHook = manageDocks <+> myManageHook <+> manageHook desktopConfig
|
||||
, focusFollowsMouse = True
|
||||
, manageHook = manageDocks <+> myManageHook -- <+> manageHook desktopConfig
|
||||
, handleEventHook = handleEventHook desktopConfig
|
||||
, layoutHook = avoidStruts $ gaps [(D,108)] $ layoutH
|
||||
, logHook = myLogHook dzenTopBar >> fadeHook >> updatePointer (0.5, 0.5) (0, 0)
|
||||
|
Reference in New Issue
Block a user