kbgwm

sucklessy floating window manager
git clone https://git.neuralcrash.com/kbgwm.git
Log | Files | Refs | README | LICENSE

commit b160b146270db360760791aeb5d16fc9c0e94c56
parent e8d60d5e35b8feeb7e0337f9e46a70d971aa6ea9
Author: Kebigon <git@kebigon.xyz>
Date:   Fri, 16 Apr 2021 20:21:58 +0900

Fix warning

Diffstat:
Mkbgwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kbgwm.c b/kbgwm.c @@ -260,7 +260,7 @@ void focus_next(const Arg* arg) focus_unfocus(); workspaces[current_workspace] = new_focus; - focus_apply(new_focus); + focus_apply(); } // Remove the focus from the current client