From 32fa9f16c29fb90d8501ad38a7282a2ed031d344 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 22 Jun 2023 11:22:49 +0200 Subject: up --- config.h | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index 70f8feb..a2ea174 100644 --- a/config.h +++ b/config.h @@ -53,14 +53,17 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask switchtotag, isfloating isfreesize monitor */ - { "st", NULL, NULL, 0, 0, 0, 0, -1 }, - { "St", NULL, NULL, 0, 0, 0, 0, -1 }, /* St with Xresources patch */ - { "xterm-256color", NULL, NULL, 0, 0, 0, 0, -1 }, - { "mpv", NULL, NULL, 0, 0, 0, 0, -1 }, - { "Alacritty", NULL, NULL, 0, 0, 0, 0, -1 }, - { "KeePass2", NULL, NULL, 0, 0, 1, 0, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 0, -1 }, /* xev */ + /* class instance title tags mask switchtotag, isfloating isfreesize monitor */ + { "st", NULL, NULL, 0, 0, 0, 0, -1 }, + { "St", NULL, NULL, 0, 0, 0, 0, -1 }, /* St with Xresources patch */ + { "xterm-256color", NULL, NULL, 0, 0, 0, 0, -1 }, + { "mpv", NULL, NULL, 0, 0, 0, 0, -1 }, + { "Alacritty", NULL, NULL, 0, 0, 0, 0, -1 }, + { "KeePass2", NULL, NULL, 0, 0, 1, 0, -1 }, + { "org.remmina.Remmina", NULL, NULL, 1 << 5, 0, 0, 0, -1 }, + { "Vmware", NULL, NULL, 1 << 6, 0, 0, 0, -1 }, + { "rclone-browser", NULL, NULL, 1 << 7, 0, 0, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 0, -1 }, /* xev */ }; /* layout(s) */ -- cgit v1.2.3