From ed63a5548826f2953a181f447c8e717c5bcb821b Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 21 Feb 2021 15:28:55 +0100 Subject: [PATCH] Start xournalpp in floating mode --- .suckless/dwm/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/.suckless/dwm/config.h b/.suckless/dwm/config.h index 4f96134..06c4401 100644 --- a/.suckless/dwm/config.h +++ b/.suckless/dwm/config.h @@ -35,6 +35,7 @@ static const Rule rules[] = { { "KeePassXC", NULL, NULL, 1 << 4, False, -1 }, { "Anki", NULL, NULL, 1 << 4, False, -1 }, { "Goodvibes", NULL, NULL, 1 << 4, False, -1 }, + { "Com.github.xournalpp.xournalpp", NULL, NULL, 0, True, -1 }, }; /* layout(s) */