docs: update

This commit is contained in:
Dylan Araps 2019-10-16 09:19:56 +03:00
parent 446ad2e02c
commit 8bdffcacda
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
sowm.c
View File

@ -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