diff options
author | Joe <rbo@gmx.us> | 2025-03-02 16:48:31 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-03-02 16:48:31 +0100 |
commit | e7740692f249edb6b16256f3c72d50a4b21ec723 (patch) | |
tree | 6512da17807213b5dca5737ccd772357bfef88e6 | |
parent | centered (diff) | |
download | dwl-e7740692f249edb6b16256f3c72d50a4b21ec723.tar.gz dwl-e7740692f249edb6b16256f3c72d50a4b21ec723.tar.bz2 dwl-e7740692f249edb6b16256f3c72d50a4b21ec723.tar.xz dwl-e7740692f249edb6b16256f3c72d50a4b21ec723.tar.zst dwl-e7740692f249edb6b16256f3c72d50a4b21ec723.zip |
up
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
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' }, |