Deleted user

Results 142002 comments of Deleted user

seems chromium ( xwayland ) already does this, so im going to assume xwayland apps aren't sent hints

would it be best to only add a window rule, only add a config option, or add both?

> Does something like this achieve the desired effect? > > ``` > # always sync fullscreen states > windowrulev2 = fullscreenstate 0 0, fullscreenstate:0 > windowrulev2 = fullscreenstate 2...

having it persist after restarts is simply not possible without storing a bunch of window sizes via a database and that would be weird to do according to vaxry (and...

> I guess it's session-based because you manually store the values? Why is it not possible to just let the windows handle it themselves? @nnyyxxxx was complaining that e.g. Firefox...

> Dolphin does remember its windows size. And yes it does so across restarts. thats simply not possible unless its being stored somewhere

it's up to the window to store that information, if the window decides not to store the information then the size cannot be restored; likewise if we store the information...

just because one application chooses to store the size information, doesn't mean all applications will; we really can't sacrifice all other windows for a select few that actually decide to...

Our current approach is simply just better and void of any drawbacks that could occur if no size hints are sent, yeah it lacks persistence across system restarts, but I...

the issue describes disabling maximize hints to allow for applications to remember their size (basically you want applications to remember their floating size after application restarts) the pull request did...