mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -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
|
|
@ -410,6 +410,7 @@ display_osd(struct output *output)
|
|||
wl_array_init(&views);
|
||||
view_array_append(server, &views,
|
||||
LAB_VIEW_CRITERIA_CURRENT_WORKSPACE
|
||||
| LAB_VIEW_CRITERIA_ROOT_TOPLEVEL
|
||||
| LAB_VIEW_CRITERIA_NO_SKIP_WINDOW_SWITCHER);
|
||||
|
||||
float scale = output->wlr_output->scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue