commit ab23302d56c4520858f79e570f4da61b57e57a13
Author: aleks <[email protected]>
Date: Wed Dec 11 23:21:19 2019 +0100
[customisation][rules] pls stop mixing tabs with spaces, just use spaces
for alignment just as it was used before
diff --git a/dwm.suckless.org/customisation/rules/index.md
b/dwm.suckless.org/customisation/rules/index.md
index 362b4876..8a7542b5 100644
--- a/dwm.suckless.org/customisation/rules/index.md
+++ b/dwm.suckless.org/customisation/rules/index.md
@@ -15,9 +15,9 @@ Example from the default config:
static Rule rules[] = {
/* class instance title tags mask isfloating
monitor */
- { "Gimp", NULL, NULL, 0, 1,
-1 },
- { "Firefox", NULL, NULL, 1 << 8, 1,
-1 },
- { "deadbeef", NULL, NULL, 1 << 7, 0
0 }
+ { "Gimp", NULL, NULL, 0, 1,
-1 },
+ { "Firefox", NULL, NULL, 1 << 8, 1,
-1 },
+ { "deadbeef", NULL, NULL, 1 << 7, 0
0 }
};
These rules make every Gimp and Firefox window floating and makes Firefox