1
1
Fork 0

niri: modify rules

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-22 09:53:59 -06:00
parent 96c4118f31
commit 5588c3c1ba
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -122,7 +122,6 @@ in {
{ {
# Editors # Editors
matches = [ matches = [
{app-id = "^codium$";}
{app-id = "^obsidian$";} {app-id = "^obsidian$";}
{app-id = "^org\.gnome\.TextEditor$";} {app-id = "^org\.gnome\.TextEditor$";}
]; ];
@ -154,6 +153,20 @@ in {
variable-refresh-rate = true; variable-refresh-rate = true;
} }
{
# IDEs
matches = [
{app-id = "^codium$";}
];
default-column-width.proportion =
if config.custom.ultrawide
then 0.4
else 0.8;
open-floating = false;
}
{ {
# Media # Media
matches = [ matches = [
@ -172,7 +185,7 @@ in {
matches = [ matches = [
{app-id = "^draw\.io$";} {app-id = "^draw\.io$";}
{app-id = "^libreoffice.*$";} {app-id = "^libreoffice.*$";}
{app-id = "^ONLYOFFICE Desktop Editors$";} {app-id = "^ONLYOFFICE$";}
{app-id = "^org\.gnome\.Papers$";} {app-id = "^org\.gnome\.Papers$";}
]; ];