invcble / NoMoreBorder

GUI Python app for Borderless behaviour
MIT License
66 stars 3 forks source link

Add feature to be able to retain the window size and specify coordinates when making borderless #1

Closed yyIntsuki closed 4 months ago

yyIntsuki commented 6 months ago

For instance, the window I'm running is 1920x810 (21:9). I would like to make the window borderless in 1920x810, as well as being able to specify them to align to a specific coordinate on my screen, for instance x=0, y=0.

This was a feature from Borderless Gaming that I really liked having and is essential when I use it.

Perhaps when unspecified, the default behavior should be either just specify to x=0, y=0 or place on center of screen?

invcble commented 6 months ago

All-right! I will work on this feature as soon as possible.

invcble commented 4 months ago

Feature added.