From 275798df67c03023d49536f746648982f0c5e7e6 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 2 Dec 2022 14:28:49 +0100 Subject: [PATCH] Disable xidlehook --- odin/hm.nix | 2 +- thor/hm.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/odin/hm.nix b/odin/hm.nix index 3d9a2b6..d46713d 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -156,7 +156,7 @@ ../hm_modules/twmn.nix ../hm_modules/update_background.nix ../hm_modules/webapp.nix - ../hm_modules/xidlehook.nix + # ../hm_modules/xidlehook.nix ../hm_modules/zathura.nix ]; diff --git a/thor/hm.nix b/thor/hm.nix index 72ab489..87a4a9d 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -137,7 +137,7 @@ ../hm_modules/twmn.nix ../hm_modules/update_background.nix ../hm_modules/webapp.nix - ../hm_modules/xidlehook.nix + # ../hm_modules/xidlehook.nix ../hm_modules/zathura.nix ];