From 98340da95054a6ddc036c94af9f470d3029679a3 Mon Sep 17 00:00:00 2001 From: Pavel Makhov Date: Mon, 24 Dec 2018 21:54:50 -0500 Subject: fix blink issue --- run-shell/run-shell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-shell') diff --git a/run-shell/run-shell.lua b/run-shell/run-shell.lua index df01d29..ae86a9e 100644 --- a/run-shell/run-shell.lua +++ b/run-shell/run-shell.lua @@ -75,7 +75,7 @@ function widget.new() function widget_instance:launch(s, c) c = c or capi.client.focus - s = s or (c and c.screen or mouse.screen) + s = mouse.screen naughty.notify { text = 'screen ' .. s.index } if not self._cached_wiboxes[s] then self._cached_wiboxes[s] = {} -- cgit v1.2.3