prikhi / lightdm-mini-greeter

A Minimal, Configurable, Single-User GTK3 LightDM Greeter
GNU General Public License v3.0
541 stars 48 forks source link

Add options for relative positioning of window on screen #21

Open udiboy1209 opened 6 years ago

udiboy1209 commented 6 years ago

Added window-position-x and window-position-y as double value 0.0-1.0 to allow user to move the window on the screen.

prikhi commented 6 years ago

Cool, thanks! Will test it out soon.

Have you tested to see if it properly handles configs that don't have the new options?

udiboy1209 commented 6 years ago

I have not tested without adding those options. How is that handled, can you show me? I will add it to the code.

udiboy1209 commented 6 years ago

@prikhi I have checked with a missing "window-position-x" conf and the latest commit works.