From e544c9c0248d6f263c70ca6cd9cdc8fdf89b0799 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 7 Aug 2024 21:17:11 +0100 Subject: Change rule for mpv and remove rule for media-term (obsolete) --- .gitignore | 1 + config.h | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef35fa6..58dea28 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ tmp/ *.o dwm .ccls-cache +TAGS diff --git a/config.h b/config.h index 13cde8d..ab25a5c 100644 --- a/config.h +++ b/config.h @@ -49,12 +49,11 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "mpv", NULL, NULL, GTMask(3), 1, -1 }, + { "mpv", NULL, NULL, GTMask(3), 0, -1 }, { "Onboard", NULL, NULL, 0, 0, -1 }, { "qutebrowser", NULL, NULL, GTMask(2), 0, -1 }, { "firefox", NULL, NULL, GTMask(2), 0, -1 }, { "Chromium", NULL, NULL, GTMask(2), 0, -1 }, - { "media-term", NULL, NULL, GTMask(3), 0, -1 }, { "Spotify", NULL, NULL, GTMask(3), 0, -1 }, { "Zathura", NULL, NULL, GTMask(4), 0, -1 }, { "Com.github.xournalpp.xournalpp", NULL, NULL, GTMask(5), 0, -1 }, -- cgit v1.2.3-13-gbd6f