mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-07 11:44:51 +00:00
fix autostart.patch from failing
This commit is contained in:
parent
12a8d4b7d5
commit
792e87d4e5
@ -15,7 +15,7 @@ Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user