REF remove debug print
This commit is contained in:
parent
efdae569d1
commit
97b0dc2e8b
|
@ -204,7 +204,6 @@ myEventHook ClientMessageEvent { ev_message_type = t, ev_data = d }
|
||||||
if | magic == magicString -> removeEmptyWorkspaceByTag' tag
|
if | magic == magicString -> removeEmptyWorkspaceByTag' tag
|
||||||
| magic == acpiMagic -> do
|
| magic == acpiMagic -> do
|
||||||
let acpiTag = readMaybe tag :: Maybe ACPIEvent
|
let acpiTag = readMaybe tag :: Maybe ACPIEvent
|
||||||
io $ print acpiTag
|
|
||||||
forM_ acpiTag $ \case
|
forM_ acpiTag $ \case
|
||||||
Power -> myPowerPrompt
|
Power -> myPowerPrompt
|
||||||
Sleep -> confirmPrompt myPromptTheme "suspend?" runSuspend
|
Sleep -> confirmPrompt myPromptTheme "suspend?" runSuspend
|
||||||
|
|
Loading…
Reference in New Issue