dmedvinsky / gsimplecal

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

Copied the config file. Calendar now keeps appearing on the far left #41

Closed mark761 closed 3 years ago

mark761 commented 3 years ago

I don't know which parameter to change to put it back under the clock where I want it. Help.

dmedvinsky commented 3 years ago

There are three main options regarding the positioning: mainwindow_position, mainwindow_xoffset, mainwindow_yoffset. Although there are others that may affect the behaviour depending on the window manager you use.

As I don't know anything about your setup, I can't tell what the config should look like exactly, but there's a decent description of the options in man gsimplecal, so you should check that.

Hopefully, that helps.