From 346e021dbb1e26b767cbf43e9776d3b7953777c8 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 10 Sep 2022 18:02:59 +0200 Subject: [PATCH] Amend commit 36f00 --- keybinding.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/keybinding.c b/keybinding.c index dee4f1f..53cbab8 100644 --- a/keybinding.c +++ b/keybinding.c @@ -488,10 +488,7 @@ keybinding_workspace_fullscreen(struct cg_server *server) { } if(&it->link != &output->workspaces[output->curr_workspace]->views) { - wl_list_remove(&it->link); - wl_list_insert( - &output->workspaces[output->curr_workspace]->views, - &it->link); + seat_set_focus(server->seat,it); } } }