Add ToggleAlwaysOnTop action

This commit is contained in:
Consolatis 2022-04-09 01:16:09 +02:00 committed by Johan Malm
parent cfca377ca2
commit 6b4d9b9383
8 changed files with 44 additions and 1 deletions

View file

@ -452,6 +452,8 @@ menu_init_windowmenu(struct server *server)
fill_item("name.action", "ToggleFullscreen");
current_item = item_create(menu, "Decorations");
fill_item("name.action", "ToggleDecorations");
current_item = item_create(menu, "AlwaysOnTop");
fill_item("name.action", "ToggleAlwaysOnTop");
current_item = item_create(menu, "Close");
fill_item("name.action", "Close");
}