desktop.c: prevent switching workspaces for always-on-bottom windows

Fixes: #1170

Reported-by: @stefonarch
Reported-by: @tsujan
This commit is contained in:
Consolatis 2023-10-14 23:42:56 +02:00
parent 50ceae5fb4
commit 4174553124
3 changed files with 4 additions and 3 deletions

View file

@ -323,6 +323,7 @@ void view_toggle_maximize(struct view *view);
void view_toggle_decorations(struct view *view);
bool view_is_always_on_top(struct view *view);
bool view_is_always_on_bottom(struct view *view);
void view_toggle_always_on_top(struct view *view);
void view_toggle_always_on_bottom(struct view *view);