Add action ToggleShowDesktop
Some checks are pending
labwc.github.io / notify (push) Waiting to run

This commit is contained in:
Johan Malm 2026-04-06 22:05:37 +01:00 committed by Johan Malm
parent 8b32422b93
commit da37e97a45
8 changed files with 106 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include "input/keyboard.h"
#include "labwc.h"
#include "output.h"
#include "show-desktop.h"
#include "theme.h"
#include "view.h"
@ -495,6 +496,8 @@ workspaces_switch_to(struct workspace *target, bool update_focus)
desktop_update_top_layer_visibility();
wlr_ext_workspace_handle_v1_set_active(target->ext_workspace, true);
show_desktop_reset();
}
void