tv xmonad: add ewmh

This commit is contained in:
tv 2023-01-18 21:20:08 +01:00
parent 9a7e3bf962
commit a8cb132873

View File

@ -4,6 +4,7 @@
module Main (main) where module Main (main) where
import System.Exit (exitFailure) import System.Exit (exitFailure)
import XMonad.Hooks.EwmhDesktops (ewmh)
import Control.Exception import Control.Exception
import Control.Monad.Extra (whenJustM) import Control.Monad.Extra (whenJustM)
@ -71,7 +72,7 @@ mainNoArgs = do
handleShutdownEvent <- newShutdownEventHandler handleShutdownEvent <- newShutdownEventHandler
let let
config = config =
id ewmh
$ withUrgencyHookC $ withUrgencyHookC
BorderUrgencyHook BorderUrgencyHook
{ urgencyBorderColor = "#ff0000" { urgencyBorderColor = "#ff0000"