sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ab23302d56c4520858f79e570f4da61b57e57a13
parent e02477655bc8134af7a2e6bf45c279a2f68c98d1
Author: aleks <aleks.stier@icloud.com>
Date:   Wed, 11 Dec 2019 23:21:19 +0100

[customisation][rules] pls stop mixing tabs with spaces, just use spaces for alignment just as it was used before

Diffstat:
Mdwm.suckless.org/customisation/rules/index.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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