focus stack and next/prev toplevel keybinds

This commit is contained in:
2026-01-13 10:51:36 +07:00
parent 6ba17ad0b4
commit e7f194ed8d
7 changed files with 69 additions and 19 deletions
+2
View File
@@ -3,3 +3,5 @@
#include "types.h"
void focus_toplevel(struct absinthe_toplevel *toplevel);
void focus_next(struct absinthe_server *server);
void focus_prev(struct absinthe_server *server);