diff options
Diffstat (limited to 'accounts/gkleen@sif/niri')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
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 { | |||
231 | config = { | 231 | config = { |
232 | home.packages = [ pkgs.xwayland-satellite-unstable ]; | 232 | home.packages = [ pkgs.xwayland-satellite-unstable ]; |
233 | 233 | ||
234 | services.swayidle = { | ||
235 | events = [ | ||
236 | { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; } | ||
237 | ]; | ||
238 | timeouts = [ | ||
239 | { timeout = 540; | ||
240 | command = "${lib.getExe niri} msg action power-off-monitors"; | ||
241 | } | ||
242 | ]; | ||
243 | }; | ||
244 | |||
245 | systemd.user.sockets.niri-workspace-history = { | 234 | systemd.user.sockets.niri-workspace-history = { |
246 | Socket = { | 235 | Socket = { |
247 | ListenStream = "%t/niri-workspace-history.sock"; | 236 | ListenStream = "%t/niri-workspace-history.sock"; |