Skip to content

Commit

Permalink
MultitaskingView: Hook up ShellClients to new gesture logic
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 10, 2025
1 parent 993a9a4 commit e0f135e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Widgets/MultitaskingView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ namespace Gala {
multitasking_gesture_controller = new GestureController (GESTURE_ID, MULTITASKING_VIEW, this);
multitasking_gesture_controller.enable_touchpad ();

add_target (ShellClientsManager.get_instance ()); // For hiding the panels

workspaces = new WorkspaceRow (display);

workspaces_gesture_controller = new GestureController (WorkspaceRow.GESTURE_ID, SWITCH_WORKSPACE, workspaces) {
Expand Down

0 comments on commit e0f135e

Please sign in to comment.