smart autofocus

This commit is contained in:
2026-04-27 19:19:45 +07:00
parent 68b274628c
commit bcd2422950
4 changed files with 35 additions and 26 deletions
+3 -4
View File
@@ -6,8 +6,7 @@ void focus_toplevel(struct absinthe_toplevel *toplevel);
struct absinthe_toplevel *focus_get_topmost(struct absinthe_server *server);
struct absinthe_toplevel *focus_get_first_tiled(struct absinthe_output *output);
struct absinthe_toplevel *focus_get_last_tiled(struct absinthe_output *output);
void focus_logical_next(struct absinthe_toplevel *toplevel);
void focus_next(struct absinthe_server *server);
void focus_prev(struct absinthe_server *server);
void focus_next(struct absinthe_server *server, bool tiled);
void focus_prev(struct absinthe_server *server, bool tiled);