feat(action): 实现 focus_window 窗口焦点切换及 raise 命令
This commit is contained in:
@@ -36,6 +36,7 @@ typedef struct zdwm_action_api_t {
|
||||
);
|
||||
void (*cycle_layout)(zdwm_runtime_t *runtime, int32_t delta);
|
||||
void (*cycle_current_output)(zdwm_runtime_t *runtime, int32_t delta);
|
||||
void (*focus_window)(zdwm_runtime_t *runtime, int32_t delta);
|
||||
} zdwm_action_api_t;
|
||||
|
||||
typedef void zdwm_action_fn(
|
||||
|
||||
Reference in New Issue
Block a user