From d2e41de5b542562b1b126d5f1c0b24342333f0ec Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 10 Apr 2023 15:47:34 +0200 Subject: [PATCH] Float spotify popup hint windows --- home/.config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index bb9bcc2..c38370a 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -154,6 +154,9 @@ windowrulev2 = float, class:^(pcmanfm-qt)$,title:^(Search Files)$ windowrulev2 = float, class:^(pcmanfm-qt)$,title:^(Copy Files)$ windowrulev2 = float, class:^(pcmanfm-qt)$,title:^(Confirm to replace files)$ +# Float some windows from other apps +windowrulev2 = float, class:^(Spotify)$,title:^(Ozone X11)$ + # Idle inhibit rules windowrulev2 = idleinhibit focus, class:^(Stremio)$ windowrulev2 = idleinhibit focus, class:^(mpv)$