Fixed showing hotkeys_popup on the focused screen (#3164)
This commit is contained in:
parent
7a759432d3
commit
97c3849ae7
|
@ -591,6 +591,7 @@ function widget.new(args)
|
||||||
placement = place_func,
|
placement = place_func,
|
||||||
minimum_width = wibox_width,
|
minimum_width = wibox_width,
|
||||||
minimum_height = wibox_height,
|
minimum_height = wibox_height,
|
||||||
|
screen = s,
|
||||||
}
|
}
|
||||||
|
|
||||||
local widget_obj = {
|
local widget_obj = {
|
||||||
|
|
Loading…
Reference in New Issue