From 8668b99024f968d89009b0af7a9c3f25623fc0db Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 15 May 2025 15:45:19 +0200 Subject: [PATCH] application rules --- home/graphical.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/graphical.nix b/home/graphical.nix index d6e6f6bb..95fe42df 100644 --- a/home/graphical.nix +++ b/home/graphical.nix @@ -172,6 +172,7 @@ in rec { { app-id = "^org.kde.gwenview$"; } { app-id = ''^Gimp-\d+\.\d+$''; } { title = '' - YouTube — Mozilla Firefox$''; } + { title = '' - Twitch — Mozilla Firefox$''; } { app-id = ''^blender$''; } { app-id = ''^rawtherapee$''; } ]; @@ -206,6 +207,13 @@ in rec { open-floating = true; default-window-height.fixed = 400; } + { # other pop-ups + matches = [ + { app-id = ''org.kde.polkit-kde-authentication-agent-1''; } + ]; + open-floating = true; + default-window-height.fixed = 400; + } ]; cursor.size = 48;