vanadium/xmonad: float pavucontrol

This commit is contained in:
Primrose 2025-11-22 14:26:09 +08:00
parent 36af139254
commit f2ab0ac3a3
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -117,6 +117,9 @@ isElement = isFirefox <&&> title ~? "Element"
isFirefoxPip :: Query Bool isFirefoxPip :: Query Bool
isFirefoxPip = isFirefox <&&> title =? "Incrustation vidéo" isFirefoxPip = isFirefox <&&> title =? "Incrustation vidéo"
isPavucontrol :: Query Bool
isPavucontrol = className =? "pavucontrol"
isFeh :: Query Bool isFeh :: Query Bool
isFeh = className =? "feh" isFeh = className =? "feh"
@ -153,6 +156,7 @@ myManageHook :: ManageHook
myManageHook = myManageHook =
composeAll composeAll
[ isNautilusPreviewer --> customFloating centeredFloat [ isNautilusPreviewer --> customFloating centeredFloat
, isPavucontrol --> customFloating centeredFloat
, isFeh --> doF copyToAll <> customFloating buttomRightFloat , isFeh --> doF copyToAll <> customFloating buttomRightFloat
, isMinder --> customFloating centeredFloat , isMinder --> customFloating centeredFloat
, isFirefoxPip --> doF copyToAll <> customFloating buttomRightFloat , isFirefoxPip --> doF copyToAll <> customFloating buttomRightFloat