mirror of
https://github.com/labwc/labwc.git
synced 2026-05-09 12:06:34 -04:00
This commit is contained in:
parent
8b32422b93
commit
da37e97a45
8 changed files with 106 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue