From 5afede1a6216538e50d882b4a0fe6b64ab10a832 Mon Sep 17 00:00:00 2001 From: joygnu 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