From bf0d3de94bedb6ee86f5ff92b998bd74482fac2a Mon Sep 17 00:00:00 2001 From: Luis Lavaire Date: Fri, 6 Dec 2024 13:06:45 -0600 Subject: [PATCH] Updated README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db3543a..f2c3d8a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For the true minimalist: - All windows are full-screen, just one is visible at any given time. - No modes. -### Why? +## Why? Most software today is crappy. Do you really need all that? I found out through experience that, generally, you don't. Do you really need to have @@ -27,7 +27,7 @@ We are in dire need of software that is hackable, fun, small, malleable, and that you can wrap your head around, because: is it truly free software if, due to its complexity, you cannot modify it? ;) -### How? +## How? Two macros are available for assigning keybindings: `grab` and `K`. Read the source for an example on how to use them (my own setup).