diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-13 17:33:19 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-13 17:33:19 +0100 |
commit | e1a056f0033f12d895ff4c13d4c882f03b4a4e34 (patch) | |
tree | 26a6dd922a956f963ef19f293843ce7e723b4146 /config.h | |
parent | Keybindings update (diff) | |
download | dwm-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ }; |