点击切换 tag 功能做成 button 配置

This commit is contained in:
2025-11-21 17:45:55 +08:00
parent bf595e6c8a
commit ec93e6c023
5 changed files with 91 additions and 10 deletions

8
src/action.c Normal file
View File

@@ -0,0 +1,8 @@
#include "action.h"
#include "monitor.h"
#include "wm.h"
void select_tag_of_current_monitor(const user_action_arg_t *arg) {
monitor_select_tag(wm.current_monitor, arg->ui);
}