mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
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:
parent
fda782a44b
commit
5dc0e5ff26
6 changed files with 61 additions and 3 deletions
|
|
@ -128,4 +128,9 @@ enum cycle_output_filter {
|
|||
CYCLE_OUTPUT_FOCUSED,
|
||||
};
|
||||
|
||||
enum cycle_app_id_filter {
|
||||
CYCLE_APP_ID_ALL,
|
||||
CYCLE_APP_ID_CURRENT,
|
||||
};
|
||||
|
||||
#endif /* LABWC_CONFIG_TYPES_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue