diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-05 18:28:21 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-05 18:28:21 -0700 |
commit | 74bb0ab9b0e9ec1f5165c731be8937a8e940f8f8 (patch) | |
tree | b3e7976cc01e7255d017a09b9084d7b078b86a98 /config.def.h | |
parent | e28e12fae835f60fffd69899ba1a499e7d2938d4 (diff) |
remove monerod tag rule, because I use monerod systemd service instead
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index f0b1f93..c2a4bb0 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,6 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { NULL, NULL, "monerod", 1 << 5, 0, -1 }, { "qBittorrent", NULL, NULL, 1 << 5, 0, -1 }, }; |