summaryrefslogtreecommitdiff
path: root/sigils/home/services
diff options
context:
space:
mode:
Diffstat (limited to 'sigils/home/services')
-rw-r--r--sigils/home/services/hyprland.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigils/home/services/hyprland.scm b/sigils/home/services/hyprland.scm
index 117d58e..a09ca4a 100644
--- a/sigils/home/services/hyprland.scm
+++ b/sigils/home/services/hyprland.scm
@@ -286,7 +286,7 @@
(define wayland-display
(or env-wayland-display
- (socket? %user-runtime-dir "wayland-[0-9]+")))
+ (socket? %user-runtime-dir "wayland-[0-9]+$")))
(let ((found? (and wayland-display hyprland-instance)))
(when found?