From 5c7dbfbe03d2945dbbc3b52318009e3a2d161295 Mon Sep 17 00:00:00 2001 From: speckitor Date: Wed, 13 May 2026 13:29:44 +0700 Subject: [PATCH] kill focus fix --- src/keybinds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybinds.c b/src/keybinds.c index 6c560e1..6f0aa08 100644 --- a/src/keybinds.c +++ b/src/keybinds.c @@ -23,7 +23,7 @@ void kill_focus(absn_server *server, const absn_arg *arg) { UNUSED(arg); - if (!server->focused_output) + if (!server->focused_toplevel) return; absn_toplevel *focus = server->focused_toplevel;