aboutsummaryrefslogtreecommitdiff
path: root/gui/niri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/niri.nix')
-rw-r--r--gui/niri.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/niri.nix b/gui/niri.nix
index 9cbd41c..62dd099 100644
--- a/gui/niri.nix
+++ b/gui/niri.nix
@@ -29,12 +29,6 @@
resumeCommand = "${pkgs.niri}/bin/niri-msg 'output * --dpms on'";
}
];
- events = [
- {
- event = "before-sleep";
- command = "${pkgs.swaylock}/bin/swaylock -c 000000";
- }
- ];
};
programs.waybar = {