niri: modify rules
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
96c4118f31
commit
5588c3c1ba
1 changed files with 15 additions and 2 deletions
|
@ -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$";}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue