From e1b593d8fd1e9050e18ab906e97293a3c2cfb54c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 17 Oct 2023 22:14:10 +0200 Subject: use one rule for multiple windows --- config/hyprland/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index ed932e0..9eb0549 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -85,10 +85,10 @@ gestures { } windowrulev2 = noanim, class:^(.*[Pp]inentry.*)$ -windowrulev2 = float, class:^(.*[Pp]inentry.*)$ -windowrulev2 = float, class:^(feh|imv)$ + +windowrulev2 = float, class:feh|imv|$(.*[pP]inentry.*)$ + windowrulev2 = noanim, class:dmenu -windowrulev2 = float, class:^(imv)$ layerrule = noanim, launcher -- cgit v1.2.3