diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-31 23:19:03 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-31 23:19:03 -0500 |
commit | 52ff7414e21d8099e4a839f27660d44e4ab075d2 (patch) | |
tree | e4c28b87bd01b04a33b94eb385941679d5484a17 | |
parent | f6911408cda0f4561ba6ad97eea227502a4e23c5 (diff) |
Mention tilewide original patch
-rw-r--r-- | vanitygaps.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vanitygaps.c b/vanitygaps.c index a214e4c..49219b7 100644 --- a/vanitygaps.c +++ b/vanitygaps.c @@ -400,6 +400,10 @@ tile(Monitor *m) } +/* + * tilewide layout + gaps + * https://dwm.suckless.org/patches/tilewide/ + */ void tilewide(Monitor *m) { |