From 1896af733b8848380f858e56e2e8e75d304c0625 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 1 Jun 2025 15:37:45 +0200 Subject: [PATCH] Turn hypridle on by default --- config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 0667acf..ba2313b 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -24,7 +24,7 @@ $menu = wofi --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = hyprpaper & swaync +exec-once = hypridle & hyprpaper & swaync ############################# ### ENVIRONMENT VARIABLES ###