From 21ea32d6a18852d1e201e7a592caefbfdcf1591a Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:34:20 -0400 Subject: [PATCH] Delete hypridle.conf --- hypridle.conf | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 hypridle.conf diff --git a/hypridle.conf b/hypridle.conf deleted file mode 100644 index 7e3c3c68..00000000 --- a/hypridle.conf +++ /dev/null @@ -1,5 +0,0 @@ -listener { - timeout = 500 # in seconds. - on-timeout = hyprlock # command to run when timeout has passed. - on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired. -}