dwm

[fork] dynamic window manager
Log | Files | Refs | README | LICENSE

commit 183d2e16f85ad8dae98a708f2746459e9fb7317f
parent b84db647811089808a986db1f8f6671d94d5fb6a
Author: Hayden Hamilton <haydenh@sdf.org>
Date:   Thu, 27 Aug 2020 21:51:55 +0100

mail

Diffstat:
MLICENSE | 2+-
Mconfig.h | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE @@ -17,7 +17,7 @@ MIT/X Consortium License © 2015-2016 Quentin Rameau <quinq@fifth.space> © 2015-2016 Eric Pruitt <eric.pruitt@gmail.com> © 2016-2017 Markus Teich <markus.teich@stusta.mhn.de> -(C) 2019-Present - Forked by Hayden Hamilton <haydenh@sdf.org> +(C) 2019-Present - Forked by Hayden Hamilton <hayden@haydenvh.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/config.h b/config.h @@ -25,6 +25,7 @@ static const char *tags[] = { "I", "II", "III", "IV", "V", "VI", "VI", "VII", "I static const Rule rules[] = { { "Gimp", NULL, NULL, 1 << 7, 0, 0 }, + { "mpv", NULL, NULL, 1 << 1, 0, 0 }, }; /* layout(s) */