szorfein/dotfiles

Multiple monitor issue

k4rz4 opened this issue · 5 comments

k4rz4 commented

Hi,

I have 3 monitors, and on one workspace i get 3 sidebars

awesome

weird, i will looking how to fix that :)

the problem exist on the last theme morpho too? i can't test myself

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!

the two last commit 77df187 and 351097a should solve this issue if you can test (unless i've missed something:)