diff --git a/nix/configurations/vanadium/home/xmonad/xmonad.hs b/nix/configurations/vanadium/home/xmonad/xmonad.hs index 1692cc18..334bb214 100644 --- a/nix/configurations/vanadium/home/xmonad/xmonad.hs +++ b/nix/configurations/vanadium/home/xmonad/xmonad.hs @@ -116,6 +116,9 @@ main = composeAll [ className ~? "NautilusPreviewer" --> customFloating centeredFloat , className =? "feh" --> customFloating buttomRightFloat + , className =? "Minder" + <&&> not <$> title ~? "Pick a Color" -- ignore the color picker + --> customFloating centeredFloat , isFirefoxPIP --> doFloat , namedScratchpadManageHook myScratchpads