From d43db52c715300245b5a151d65b39b003b5b7367 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sun, 16 Apr 2023 13:20:31 -0500 Subject: fix(ports): fix dwl rules --- localports/dwl/APKBUILD | 2 +- localports/dwl/config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'localports/dwl') diff --git a/localports/dwl/APKBUILD b/localports/dwl/APKBUILD index 36699cc..9157488 100644 --- a/localports/dwl/APKBUILD +++ b/localports/dwl/APKBUILD @@ -30,5 +30,5 @@ package() { sha512sums=" 6e15e05001e6469d13bef2d532980585d57de55c8feb461a7c25a76d7cdaee022785485faca02cd9d1214457fbeb1bec0eb652700ba0ddccca4aa780df0046b2 dwl-0.4.tar.gz 7c7952ede929faa137f690b3d1f44c1af4b40a3a6dac7bc3d5a377c8c454b35de1becdbbd1f3cbbde56c798f4f3bf78bc7eef4d7faa0e761d317179c072c629f xwayland.patch -0726c3551c3c8a2dd5959b0a3a13edbbee40d9ab4bbfd5cc974c370f14fc3f8b45aea7715107c0a78a15860d6972d6fbb5713fcb6221ddaf49a60f8c7c8d9bc5 config.h +37599d1a6488c18938c5dde425e26e19aab9586b9c64bd6a4fb1aa82f4539f09cc3e56ff50f560233fafe204cc3f7c531eeb65387c6c0c9d5781a5499704e2dd config.h " diff --git a/localports/dwl/config.h b/localports/dwl/config.h index 8e38733..ceeaf16 100644 --- a/localports/dwl/config.h +++ b/localports/dwl/config.h @@ -12,8 +12,8 @@ static const float fullscreen_bg[] = {0.141, 0.153, 0.227, 1.0}; static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const Rule rules[] = { - /* app_id title tags mask isfloating isterm noswallow monitor */ - { "himitsu.prompt",NULL, 1 << 8, 1, -1 }, + /* app_id title tags mask isfloating monitor */ + { "dummy", NULL, 0, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3