From dd2df931a3be1a6518c1e9fbff438de4274456cd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 11 Sep 2025 22:52:35 +0200 Subject: ... --- accounts/gkleen@sif/niri/default.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'accounts/gkleen@sif/niri') diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 10b85169..32d55f97 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix @@ -231,17 +231,6 @@ in { config = { home.packages = [ pkgs.xwayland-satellite-unstable ]; - services.swayidle = { - events = [ - { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; } - ]; - timeouts = [ - { timeout = 540; - command = "${lib.getExe niri} msg action power-off-monitors"; - } - ]; - }; - systemd.user.sockets.niri-workspace-history = { Socket = { ListenStream = "%t/niri-workspace-history.sock"; -- cgit v1.2.3