From cfe8876a90d2886d9802df99b7b02ddf07712fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 22 Jan 2024 12:38:57 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20add=20workspace=20rul?= =?UTF-8?q?e=20for=20kdenlive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/themes/luna/rules.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/hypr/themes/luna/rules.conf b/.config/hypr/themes/luna/rules.conf index f2744f04..293c05a2 100644 --- a/.config/hypr/themes/luna/rules.conf +++ b/.config/hypr/themes/luna/rules.conf @@ -26,7 +26,7 @@ windowrulev2 = workspace 19, class:^(.*GParted.*)$|(.*clamtk.*)$|(.*gnome.Logs.* # Gaming windowrulev2 = workspace 8, class:^(.*steam_app.*)$ -windowrulev2 = immediate, class:^(.*steam_app.*)$ + windowrulev2 = workspace 18, class:^(steam)$|(.*atlauncher.*)$|(.*heroic.*)$ windowrulev2 = stayfocused, title:^()$,class:^(steam)$ # This fixes steam layers dissapearing @@ -34,6 +34,7 @@ windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$ windowrulev2 = workspace 8, class:^(.*Ryujinx.*)$|(.*cemu.*)$|(.*dolphin.*)$|(.*RetroArch.*)$|(.*xemu.*)$|(.*duckstation.*)$|(.*rpcs3.*)$ # Media +windowrulev2 = workspace 7, class:^(.*kdenlive.*)$ windowrulev2 = workspace 23 silent, class:^(.*thunderbird.*)$ windowrulev2 = workspace 24 silent, class:^(.*btop.*)$ windowrulev2 = workspace 24 silent, class:^(.*nvtop.*)$ @@ -84,3 +85,5 @@ windowrulev2 = noinitialfocus, class:(.*Spotify.*) windowrulev2 = idleinhibit always, class:^(.*steam_app.*)$ windowrulev2 = idleinhibit fullscreen, class:^(.*celluloid.*)$ windowrulev2 = idleinhibit fullscreen, class:^(.*LibreWolf.*)$ + +windowrulev2 = immediate, class:^(.*steam_app.*)$