From 6469af670d055c8f4a72a6e03a19d34f931ef177 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 20 Sep 2021 21:10:56 +0200 Subject: use xidlehook instead of xautolock --- home/config/i3/startup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/config/i3') diff --git a/home/config/i3/startup.nix b/home/config/i3/startup.nix index a6576da..3c7cdf3 100644 --- a/home/config/i3/startup.nix +++ b/home/config/i3/startup.nix @@ -20,7 +20,7 @@ in { [ (autostart { command = - "systemctl --user start xautolock-session.service xss-lock.service"; + "systemctl --user xidlehook.service"; }) ] else -- cgit v1.2.3