dmedvinsky / gsimplecal

Simple and lightweight GTK calendar (BSD license)
http://dmedvinsky.github.io/gsimplecal
Other
197 stars 19 forks source link

Wiki suggestion #51

Closed bogdan-the-great closed 1 year ago

bogdan-the-great commented 1 year ago

Would it be a good idea to add to wiki in configuration section example of how to open gsimplecal every time in fixed position? I made it work with:

mainwindow_position = none
mainwindow_xoffset = 1642
mainwindow_yoffset = 0

image

dmedvinsky commented 1 year ago

When you use mainwindow_position = none, it's up to your window manager to place the window. If this worked for you, it doesn't mean it will work in another window manager, so this isn't a generic solution that should be documented. The rest is documented in the man page.

Thanks for suggestion though.