aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--config.h3
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 },