From 792e87d4e5fbf8d8e3df28be9425916b6631e7ff Mon Sep 17 00:00:00 2001 From: Denis Strizhkin Date: Mon, 1 Jul 2024 01:49:21 +0300 Subject: [PATCH] fix autostart.patch from failing --- patches/autostart/autostart.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/autostart/autostart.patch b/patches/autostart/autostart.patch index 20fd3c0..0350380 100644 --- a/patches/autostart/autostart.patch +++ b/patches/autostart/autostart.patch @@ -15,7 +15,7 @@ Signed-off-by: Leonardo Hernández Hernández 2 files changed, 61 insertions(+), 5 deletions(-) diff --git a/config.def.h b/config.def.h -index 646a3d66..c3ca3a20 100644 +index 22d2171..1d0f935 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,13 @@ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You ca @@ -29,9 +29,9 @@ index 646a3d66..c3ca3a20 100644 +}; + + + /* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */ static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ - /* examples: */ diff --git a/dwl.c b/dwl.c index 00e9cc1e..5de32831 100644 --- a/dwl.c