sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit 8bdffcacdaa5003300ad1e00867a6541bf8d3349
parent 446ad2e02c8349c7c4125f632437c4dc29eff39d
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Wed, 16 Oct 2019 09:19:56 +0300

docs: update

Diffstat:
Msowm.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sowm.c b/sowm.c @@ -93,12 +93,12 @@ static void (*events[LASTEvent])(XEvent *e) = { /* 'sowm' doesn't keep track of the currently focused window - and instead grabs window under the cursor when needed. + and instead grabs the window under the cursor when needed. This is a super lazy way of handling current focus, however it aligns perfectly with mouse-follows-focus. - Logic below will select a real window if this function + Logic elsewhere will select a real window if this function returns the 'root' window. This function returns the current window while at the same