From 9c2c67aa87306a4ed3a09cfa3c22f87a9e7d345d Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Sat, 1 Feb 2025 15:59:58 +0100 Subject: fix wayland regex --- sigils/home/services/hyprland.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigils') 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? -- cgit v1.2.3