tv xmonad: add ewmh
This commit is contained in:
parent
9a7e3bf962
commit
a8cb132873
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user