]> git.ekhem.eu.org Git - dwm.git/commitdiff
Remove firefox rule
authorJakub Czajka <jakub@ekhem.eu.org>
Fri, 1 Oct 2021 18:50:02 +0000 (20:50 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sat, 14 Oct 2023 20:45:41 +0000 (22:45 +0200)
config.h

index 9f3ac9f9990d1cee467b160fb831d94e766cae12..c21daf63badea0b1292c7147420c159ec2be3545 100644 (file)
--- a/config.h
+++ b/config.h
@@ -29,7 +29,6 @@ static const Rule rules[] = {
         */
        /* class      instance    title       tags mask     isfloating   monitor */
        { "Gimp",     NULL,       NULL,       0,            1,           -1 },
-       { "Firefox",  NULL,       NULL,       1 << 8,       0,           -1 },
 };
 
 /* layout(s) */