cococry / ragnar

Minimal, flexible & user-friendly X tiling window manager
https://ragnarwm.org
GNU General Public License v3.0
997 stars 22 forks source link

Bug when starting ragnar #46

Closed blackneeed closed 2 months ago

blackneeed commented 2 months ago

Describe the bug While starting ragnar, on a 5120x1440 screen (dont know if that matters, but the ragbar positioning seems bad) I get these errors: (see image)

To Reproduce Follow the tutorial, get into TTY and run xinit

Expected behavior Ragnar should start.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

blackneeed commented 2 months ago

@cococry

blackneeed commented 2 months ago

Wait, is there something in config.h

cococry commented 2 months ago

try git checkout c2e1c529505439493090ad8fb7ccca4dfdc5f5a2

And in the config.h, configure your monitor setup. This should fix it

blackneeed commented 2 months ago

Will try, thx

blackneeed commented 2 months ago

It worked, but the buttons (terminal, web, search) are not entirely on the right, in fact everything on the bar is positioned as if its FHD.

cococry commented 2 months ago

you are able to freely position the buttons and the desktop label for every monitor in the config.h file (BarButtonLabelPos and BarInfoLabelPos)

blackneeed commented 2 months ago

Okay, im going to check that out