Multiple monitor issue
k4rz4 opened this issue · 5 comments
k4rz4 commented
szorfein commented
weird, i will looking how to fix that :)
szorfein commented
the problem exist on the last theme morpho too? i can't test myself
szorfein commented
the default rc use this:
-- Create the wibox
s.mywibox = awful.wibar({ position = "top", screen = s })
Try to add screen = s
at ~/.config/awesome/bars/machine.lua
like this:
s.mywibox = awful.wibar({ position = beautiful.wibar_position, width = beautiful.wibar_size, bg = beautiful.wibar_bg, screen = s })
k4rz4 commented
the problem exist on the last theme morpho too? i can't test myself
On every theme that has sidebar.
the default rc use this:
-- Create the wibox s.mywibox = awful.wibar({ position = "top", screen = s })
Try to add
screen = s
at~/.config/awesome/bars/machine.lua
like this:s.mywibox = awful.wibar({ position = beautiful.wibar_position, width = beautiful.wibar_size, bg = beautiful.wibar_bg, screen = s })
Letting you know tonight, wasn't online few days . Thanks!