From dd00d675da87040fe6660fc07c86817b2fa50d51 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 25 Feb 2021 17:49:13 +0100 Subject: workspace: add a fixme comment --- workspace.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workspace.lua b/workspace.lua index 395b135..15201dd 100644 --- a/workspace.lua +++ b/workspace.lua @@ -157,6 +157,8 @@ function Workspace:move_client(client, desk, page) end function Workspace:client_move_relative(client, offset) + -- FIXME this is wrong, mouse screen is not necessarily + -- where the client is local state = self.screen_state[mouse.screen] if state then local desk = state.desktop_idx -- cgit v1.2.3