From 761653265d0291d31164eb43645e42f28337968b Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 27 Dec 2022 12:02:07 -0500 Subject: [PATCH] ENH add test --- bin/xmonad.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/xmonad.hs b/bin/xmonad.hs index 11bdfa7..7b4dd74 100644 --- a/bin/xmonad.hs +++ b/bin/xmonad.hs @@ -143,6 +143,8 @@ evalConf db@DBusState { dbSysClient = cl } = do tt <- evalAlways $ fsTabbedTheme fs io $ putStrLn "tabbed theme started" io $ hFlush stdout + -- uninstallSignalHandlers + -- io $ print =<< readCreateProcessWithExitCode (proc "echo" ["hi"]) "" startDBusInterfaces fs io $ putStrLn "dbus started" io $ hFlush stdout