application rules
This commit is contained in:
parent
7ac61cbc88
commit
8668b99024
|
@ -172,6 +172,7 @@ in rec {
|
||||||
{ app-id = "^org.kde.gwenview$"; }
|
{ app-id = "^org.kde.gwenview$"; }
|
||||||
{ app-id = ''^Gimp-\d+\.\d+$''; }
|
{ app-id = ''^Gimp-\d+\.\d+$''; }
|
||||||
{ title = '' - YouTube — Mozilla Firefox$''; }
|
{ title = '' - YouTube — Mozilla Firefox$''; }
|
||||||
|
{ title = '' - Twitch — Mozilla Firefox$''; }
|
||||||
{ app-id = ''^blender$''; }
|
{ app-id = ''^blender$''; }
|
||||||
{ app-id = ''^rawtherapee$''; }
|
{ app-id = ''^rawtherapee$''; }
|
||||||
];
|
];
|
||||||
|
@ -206,6 +207,13 @@ in rec {
|
||||||
open-floating = true;
|
open-floating = true;
|
||||||
default-window-height.fixed = 400;
|
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;
|
cursor.size = 48;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user