Skip to content

Commit

Permalink
osd: include always-on-top views in window-switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmalm authored and Consolatis committed Mar 5, 2024
1 parent 777e6bb commit c71fccb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/desktop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down
1 change: 0 additions & 1 deletion src/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c71fccb

Please sign in to comment.