osd: include always-on-top views in window-switcher

This commit is contained in:
Johan Malm 2024-01-25 19:54:59 +00:00 committed by Consolatis
parent 777e6bb868
commit c71fccbcec
2 changed files with 0 additions and 2 deletions

View file

@ -127,7 +127,6 @@ 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_NO_ALWAYS_ON_TOP
| LAB_VIEW_CRITERIA_NO_SKIP_WINDOW_SWITCHER;
/*

View file

@ -410,7 +410,6 @@ display_osd(struct output *output)
wl_array_init(&views);
view_array_append(server, &views,
LAB_VIEW_CRITERIA_CURRENT_WORKSPACE
| LAB_VIEW_CRITERIA_NO_ALWAYS_ON_TOP
| LAB_VIEW_CRITERIA_NO_SKIP_WINDOW_SWITCHER);
float scale = output->wlr_output->scale;