ADD useful print things

This commit is contained in:
Nathan Dwarshuis 2022-12-27 10:41:42 -05:00
parent af5877a402
commit a658ffde26
1 changed files with 8 additions and 0 deletions

View File

@ -140,14 +140,22 @@ evalConf db@DBusState { dbSysClient = cl } = do
let fs = features cl
startDBusInterfaces fs
(xmobarHandle, ts) <- startChildDaemons fs
io $ putStrLn "child daemons started"
startRemovableMon fs
io $ putStrLn "removemon started"
startPowerMon fs
io $ putStrLn "powermon started"
dws <- startDynWorkspaces fs
io $ putStrLn "dyn workspace started"
tt <- evalAlways $ fsTabbedTheme fs
io $ putStrLn "tabbed theme started"
-- fb <- evalAlways $ fsFontBuilder features
kbs <- filterExternal <$> evalExternal (fsKeys fs ts db)
io $ putStrLn "keys started"
sk <- evalAlways $ fsShowKeys fs
io $ putStrLn "showkeys started"
ha <- evalAlways $ fsACPIHandler fs
io $ putStrLn "acpi handler started"
return $ ewmh
$ addKeymap dws sk kbs
$ docks