diff options
author | Sisiutl <sisiutl@egregore.fun> | 2025-02-01 15:59:58 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2025-02-01 15:59:58 +0100 |
commit | 9c2c67aa87306a4ed3a09cfa3c22f87a9e7d345d (patch) | |
tree | 2e09cf6a4c9c2e643b2b65273157ff4428f94a8a /sigils | |
parent | 3fa666f957a14a43d81435aafb3c9994f79e3452 (diff) |
fix wayland regex
Diffstat (limited to 'sigils')
-rw-r--r-- | sigils/home/services/hyprland.scm | 2 |
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? |