From a1bd0caf68a745c17381adfe42342e08adcaed66 Mon Sep 17 00:00:00 2001 From: joy Date: Sun, 1 Sep 2024 18:09:01 +0200 Subject: [PATCH] hypridle --- modules/hyprland/hyprland/scripts/hypridle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/hyprland/scripts/hypridle.sh b/modules/hyprland/hyprland/scripts/hypridle.sh index cf4ef17..5d78fab 100755 --- a/modules/hyprland/hyprland/scripts/hypridle.sh +++ b/modules/hyprland/hyprland/scripts/hypridle.sh @@ -3,5 +3,5 @@ hostname=$(hostname) if [ "$hostname" = "laptop" ]; then - hyprilde + hypridle fi