From c68173dbb5906f3dfe6ff44b0b4bf6fd61338e98 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 19 Mar 2024 16:50:38 +0100 Subject: [PATCH] manually do hypridle --- common/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/hyprland.nix b/common/hyprland.nix index 90d6c35..6df03d1 100644 --- a/common/hyprland.nix +++ b/common/hyprland.nix @@ -18,6 +18,8 @@ slurp grim + + hypridle # TODO: remove when fixed with config ]; wayland.windowManager.hyprland = { enable = true; @@ -39,6 +41,7 @@ "automapaper -C ${config.xdg.configHome}/automapaper/config.toml" "automapaper -C ${config.xdg.configHome}/automapaper/config2nd.toml" "hyprctl dispatcher focusmonitor 1" + "hypridle" ]; general = { sensitivity = "1.2";