From 1b334f66646ec38bda12506e8efe6841f05feb70 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 11 Aug 2024 14:13:24 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 4 ++-- hosts/sif/default.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index b63f1b10..127ee7ab 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -591,8 +591,8 @@ in { ]; timeouts = [ { timeout = 300; - command = "${cfg.wayland.windowManager.hyprland.package}/binhyprctl dispatch dpms off"; - resumeCommand = "${cfg.wayland.windowManager.hyprland.package}/binhyprctl dispatch dpms on"; + command = "${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms off"; + resumeCommand = "${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms on"; } { timeout = 330; command = "${lib.getExe pkgs.gtklock} -d"; } ]; diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 809e2ace..a7a4b074 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix @@ -434,6 +434,7 @@ in { name = "Fira Sans"; # size = 6; }; + cageArgs = [ "-s" "-m" "last" ]; settings = { GTK.application_prefer_dark_theme = true; }; -- cgit v1.2.3