diff options
author | tv <tv@krebsco.de> | 2021-02-28 21:09:55 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-02-28 21:14:03 +0100 |
commit | 009b9f735e9305d0e1c1e5678252b172f36fb449 (patch) | |
tree | ecbc613ff9f3cf9852ea595cb8fa310e9b7996a1 /tv/5pkgs/haskell/xmonad-tv | |
parent | 95dca0b99b4bb54d03c5f18d2a2939a1343d3e28 (diff) |
tv xmonad: doFloatCenter if appName ~ /Float/
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/main.hs b/tv/5pkgs/haskell/xmonad-tv/src/main.hs index 177f313c5..c93a94735 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/main.hs +++ b/tv/5pkgs/haskell/xmonad-tv/src/main.hs @@ -88,6 +88,7 @@ mainNoArgs = do composeAll [ appName =? "fzmenu-urxvt" --> doCenterFloat , appName =?? Data.List.isPrefixOf "pinentry" --> doCenterFloat + , appName =?? Data.List.isInfixOf "Float" --> doCenterFloat , title =? "Upload to Imgur" --> doRectFloat (W.RationalRect 0 0 (1 % 8) (1 % 8)) , placeHook (smart (1,0)) |