mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
window-rules: add root-toplevel critiera
This commit is contained in:
parent
c71fccbcec
commit
79bca44cb1
4 changed files with 8 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ desktop_cycle_view(struct server *server, struct view *start_view,
|
|||
* here and in the osd.c window-switcher code
|
||||
*/
|
||||
enum lab_view_criteria criteria = LAB_VIEW_CRITERIA_CURRENT_WORKSPACE
|
||||
| LAB_VIEW_CRITERIA_ROOT_TOPLEVEL
|
||||
| LAB_VIEW_CRITERIA_NO_SKIP_WINDOW_SWITCHER;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue