summaryrefslogtreecommitdiff
path: root/sigils
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2025-02-01 15:59:58 +0100
committerSisiutl <sisiutl@egregore.fun>2025-02-01 15:59:58 +0100
commit9c2c67aa87306a4ed3a09cfa3c22f87a9e7d345d (patch)
tree2e09cf6a4c9c2e643b2b65273157ff4428f94a8a /sigils
parent3fa666f957a14a43d81435aafb3c9994f79e3452 (diff)
fix wayland regex
Diffstat (limited to 'sigils')
-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?