monocle and set_layout func

This commit is contained in:
2026-05-12 12:55:22 +07:00
parent 431656f3a5
commit 0bb721e52b
8 changed files with 130 additions and 23 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ void increase_master_width(absn_server *server, const absn_arg *arg);
void increase_master_count(absn_server *server, const absn_arg *arg);
void switch_workspace(absn_server *server, const absn_arg *arg);
void focus_move_to_workspace(absn_server *server, const absn_arg *arg);
void move_focus_to_workspace(absn_server *server, const absn_arg *arg);
void set_layout(absn_server *server, const absn_arg *arg);
void quit(absn_server *server, const absn_arg *arg);