From 46a359b07e888d13a94314336742374bc00abcec Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 5 Feb 2026 11:44:09 -0500 Subject: [PATCH] fix a typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8661c5..d15dea1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Run the binary ### Default Config -As of now, we have a default configuration located at `./runtime/share/mezzaluna/init.lua` and the basics for a tiler plugin following [dmw's](https://dwm.suckless.org/) "master/stack" layout located at `./runtime/share/mezzaluna/master.lua`. +As of now, we have a default configuration located at `./runtime/share/mezzaluna/init.lua` and the basics for a tiler plugin following [dwm's](https://dwm.suckless.org/) "master/stack" layout located at `./runtime/share/mezzaluna/master.lua`. Additionally `mez` will also look in `$XDG_CONFIG/mez` for an `init.lua` to kickstart configuration