cycle: add <action name="NextWindow" output="" and identifier="">

output="all|focused|cursor" filters windows by the output they are on.
identifier="all|current" filters windows by their app-id.
This commit is contained in:
tokyo4j 2025-12-12 04:34:38 +09:00
parent fda782a44b
commit 5dc0e5ff26
6 changed files with 61 additions and 3 deletions

View file

@ -45,6 +45,8 @@ struct cycle_osd_field {
struct cycle_filter {
enum cycle_workspace_filter workspace;
enum cycle_output_filter output;
enum cycle_app_id_filter app_id;
};
struct buf;