diff options
author | tv <tv@krebsco.de> | 2019-02-09 04:05:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-09 13:43:27 +0100 |
commit | b5e608263981d994315e194a600d4bb930b9f17c (patch) | |
tree | 53ce6c3f8f8b86c73f1f5ecc43957cee2b272033 /tv/5pkgs/haskell | |
parent | 351eb5bccf7843df95e87eebad16c2e02fa7de7f (diff) |
tv xmonad: use launch
Diffstat (limited to 'tv/5pkgs/haskell')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/main.hs b/tv/5pkgs/haskell/xmonad-tv/src/main.hs index e784802..c528017 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/main.hs +++ b/tv/5pkgs/haskell/xmonad-tv/src/main.hs @@ -47,7 +47,7 @@ mainNoArgs = do let width = 1366 workspaces0 <- getWorkspaces0 handleShutdownEvent <- newShutdownEventHandler - xmonad + launch $ withUrgencyHook (SpawnUrgencyHook "echo emit Urgency ") $ def { terminal = Paths.urxvtc |