From e7740692f249edb6b16256f3c72d50a4b21ec723 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 2 Mar 2025 16:48:31 +0100 Subject: up --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3835a10..b6f10de 100644 --- a/config.def.h +++ b/config.def.h @@ -99,7 +99,8 @@ static const Rule rules[] = { { "Alacritty", NULL, 0, 0, 1, 1, -1, 0 }, { "st", NULL, 0, 0, 1, 1, -1, 0 }, { "mpv", NULL, 0, 0, 0, 0, -1, 0 }, - { "stalonetray", NULL, 1 << 8, 1, 0, 0, -1, 0 }, + { "stalonetray", NULL, 1 << 5, 1, 0, 0, 1, 0 }, + { "nextcloud", NULL, 1 << 5, 0, 0, 0, 1, 0 }, { NULL, "spterm", 0, 1, 1, 0, -1, 's' }, { NULL, "spfm", 0, 1, 1, 0, -1, 'f' }, { NULL, "pcmanfm", 0, 1, 0, 0, -1, 'p' }, -- cgit v1.2.3