mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/xmonad: float pavucontrol
This commit is contained in:
parent
36af139254
commit
f2ab0ac3a3
1 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ isElement = isFirefox <&&> title ~? "Element"
|
|||
isFirefoxPip :: Query Bool
|
||||
isFirefoxPip = isFirefox <&&> title =? "Incrustation vidéo"
|
||||
|
||||
isPavucontrol :: Query Bool
|
||||
isPavucontrol = className =? "pavucontrol"
|
||||
|
||||
isFeh :: Query Bool
|
||||
isFeh = className =? "feh"
|
||||
|
||||
|
|
@ -153,6 +156,7 @@ myManageHook :: ManageHook
|
|||
myManageHook =
|
||||
composeAll
|
||||
[ isNautilusPreviewer --> customFloating centeredFloat
|
||||
, isPavucontrol --> customFloating centeredFloat
|
||||
, isFeh --> doF copyToAll <> customFloating buttomRightFloat
|
||||
, isMinder --> customFloating centeredFloat
|
||||
, isFirefoxPip --> doF copyToAll <> customFloating buttomRightFloat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue