aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-13 17:33:19 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-13 17:33:19 +0100
commite1a056f0033f12d895ff4c13d4c882f03b4a4e34 (patch)
tree26a6dd922a956f963ef19f293843ce7e723b4146 /config.h
parentKeybindings update (diff)
downloaddwm-e1a056f0033f12d895ff4c13d4c882f03b4a4e34.tar.gz
dwm-e1a056f0033f12d895ff4c13d4c882f03b4a4e34.tar.bz2
dwm-e1a056f0033f12d895ff4c13d4c882f03b4a4e34.tar.xz
dwm-e1a056f0033f12d895ff4c13d4c882f03b4a4e34.tar.zst
dwm-e1a056f0033f12d895ff4c13d4c882f03b4a4e34.zip
mpv fix
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 5f1413a..5c80632 100644
--- a/config.h
+++ b/config.h
@@ -36,6 +36,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating isfreesize monitor */
{ "Firefox", NULL, NULL, 1 << 2, 0, 0, -1 },
{ "st-256color", NULL, NULL, 0, 0, 0, -1 },
+ { "mpv", NULL, NULL, 0, 0, 0, -1 },
{ NULL, NULL, "DergodsRealmII", 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, -1 }, /* xev */
};