summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-15 13:18:36 -0500
committerGitHub <noreply@github.com>2022-06-15 13:18:36 -0500
commitea21bbab81b84d55dba3422b3388da79cf5f7a29 (patch)
tree080889ded8a8f86c47af1c93c4ab728fd508dcb3
parent35777dd555f95e08dc84a86a4e0c941405966af5 (diff)
remove window rule
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index b37e2e7..6b936fe 100644
--- a/config.h
+++ b/config.h
@@ -29,7 +29,6 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
- { "discord", NULL, NULL, 0, 1, -1 },
{ "mpv", NULL, NULL, 0, 1, -1 },
};