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
import System.Exit (exitFailure)
import XMonad.Hooks.EwmhDesktops (ewmh)
import Control.Exception
import Control.Monad.Extra (whenJustM)
@ -71,7 +72,7 @@ mainNoArgs = do
handleShutdownEvent <- newShutdownEventHandler
let
config =
id
ewmh
$ withUrgencyHookC
BorderUrgencyHook
{ urgencyBorderColor = "#ff0000"