From ff609d8939dd122a6123a923dbe04f8706be101c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 12 Sep 2016 11:56:42 +0200 Subject: [PATCH] workaround for clients appearing on wrong screen --- .config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d5ba2fc..2838402 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -533,7 +533,8 @@ awful.rules.rules = { raise = true, keys = clientkeys, buttons = clientbuttons, - placement = awful.placement.no_overlap+awful.placement.no_offscreen + placement = awful.placement.no_overlap+awful.placement.no_offscreen, + screen = awful.screen.focused() -- TODO: this is a hack, possibly related to https://github.com/awesomeWM/awesome/issues/1052 } }, -- 2.39.2