diff options
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 051427bd..ac520249 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -691,7 +691,7 @@ in { | |||
691 | exec -- \ | 691 | exec -- \ |
692 | ${lib.getExe' config.systemd.package "systemd-run"} --wait --user --slice-inherit \ | 692 | ${lib.getExe' config.systemd.package "systemd-run"} --wait --user --slice-inherit \ |
693 | --property 'CPUAccounting=yes' --property 'CPUQuotaPeriodSec=50ms' \ | 693 | --property 'CPUAccounting=yes' --property 'CPUQuotaPeriodSec=50ms' \ |
694 | --property 'Environment=DSCP=46' \ | 694 | -E DSCP=46 -E NIXOS_OZONE_WL \ |
695 | -- ${lib.getExe pkgs.dscp} ${lib.getExe' pkgs.google-chrome "google-chrome-stable"} \ | 695 | -- ${lib.getExe pkgs.dscp} ${lib.getExe' pkgs.google-chrome "google-chrome-stable"} \ |
696 | --class=Rainbow \ | 696 | --class=Rainbow \ |
697 | --app="https://web.openrainbow.com" \ | 697 | --app="https://web.openrainbow.com" \ |
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index bf997b7d..bc4e24c8 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -679,11 +679,11 @@ in { | |||
679 | (plain "window-rule" [ | 679 | (plain "window-rule" [ |
680 | (leaf "match" { app-id = "^thunderbird$"; }) | 680 | (leaf "match" { app-id = "^thunderbird$"; }) |
681 | (leaf "match" { app-id = "^Element$"; }) | 681 | (leaf "match" { app-id = "^Element$"; }) |
682 | (leaf "match" { app-id = "^Rainbow$"; }) | 682 | (leaf "match" { app-id = "^chrome-web\.openrainbow\.com__-Default$"; }) |
683 | (leaf "open-on-workspace" "comm") | 683 | (leaf "open-on-workspace" "comm") |
684 | ]) | 684 | ]) |
685 | (plain "window-rule" [ | 685 | (plain "window-rule" [ |
686 | (leaf "match" { app-id = "^Kimai$"; }) | 686 | (leaf "match" { app-id = "^chrome-kimai\.yggdrasil\.li__-Default$"; }) |
687 | (leaf "open-on-workspace" "comm") | 687 | (leaf "open-on-workspace" "comm") |
688 | (leaf "open-fullscreen" false) | 688 | (leaf "open-fullscreen" false) |
689 | (plain "default-column-width" [(leaf "proportion" (2. / 3.))]) | 689 | (plain "default-column-width" [(leaf "proportion" (2. / 3.))]) |