mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/xmonad: improve matching on Nautilus className
This commit is contained in:
parent
434ce5437c
commit
b293776da0
1 changed files with 2 additions and 2 deletions
|
|
@ -125,10 +125,10 @@ isFeh :: Query Bool
|
||||||
isFeh = className =? "feh"
|
isFeh = className =? "feh"
|
||||||
|
|
||||||
isNautilus :: Query Bool
|
isNautilus :: Query Bool
|
||||||
isNautilus = className ~? "Nautilus"
|
isNautilus = className $? "Nautilus"
|
||||||
|
|
||||||
isNautilusPreviewer :: Query Bool
|
isNautilusPreviewer :: Query Bool
|
||||||
isNautilusPreviewer = className ~? "NautilusPreviewer"
|
isNautilusPreviewer = className $? "NautilusPreviewer"
|
||||||
|
|
||||||
isMinder :: Query Bool
|
isMinder :: Query Bool
|
||||||
isMinder = className =? "Minder" <&&> (not <$> title ~? "Pick a Color")
|
isMinder = className =? "Minder" <&&> (not <$> title ~? "Pick a Color")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue