nextcloud-auto
This commit is contained in:
@@ -25,6 +25,7 @@ myconfig = def
|
|||||||
, normalBorderColor = "#f5c2e7"
|
, normalBorderColor = "#f5c2e7"
|
||||||
, focusedBorderColor = "#cdd6f4"
|
, focusedBorderColor = "#cdd6f4"
|
||||||
, manageHook = myManageHooks
|
, manageHook = myManageHooks
|
||||||
|
, startupHook = myStartupHook
|
||||||
}
|
}
|
||||||
`additionalKeysP`
|
`additionalKeysP`
|
||||||
[
|
[
|
||||||
@@ -98,3 +99,4 @@ myStartupHook :: X ()
|
|||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
mapM_ spawnOnce ["xmobar -x " ++ show sid | sid <- [0..9]]
|
mapM_ spawnOnce ["xmobar -x " ++ show sid | sid <- [0..9]]
|
||||||
spawnOnce "dropbox"
|
spawnOnce "dropbox"
|
||||||
|
spawnOnce "nextcloud --background"
|
||||||
|
|||||||
Reference in New Issue
Block a user