From 3ca62eedce3a779a061cf4818a73946a4701d294 Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Sun, 13 Sep 2026 19:04:18 -0500 Subject: [PATCH] autostart: consistency fix to README --- patches/autostart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/autostart/README.md b/patches/autostart/README.md index 3b78219..dcd196c 100644 --- a/patches/autostart/README.md +++ b/patches/autostart/README.md @@ -6,8 +6,8 @@ Note: Commands from array are executed using execvp(). So if you need to execute ### Download - [git branch](https://codeberg.org/sevz/dwl/src/branch/autostart) - [autostart_main-5fd19fe](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart_main-5fd19fe.patch) -- [autostart-wlroots-next-f4249db.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart-wlroots-next-f4249db.patch) -- [autostart-0.8.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart-0.8.patch) +- [autostart_wlroots-next-f4249db.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart_wlroots-next-f4249db.patch) +- [autostart_0.8.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart_0.8.patch) ### Authors - [fauxmight](https://codeberg.org/fauxmight)