Skip to content

Don't store window state in config file #2240

@danielwerg

Description

@danielwerg

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

I manage my dotfiles with git and lossless-cut's config changing after every use because I will definitely resize it at least once while using:

"windowBounds": {
-        "x": 2567,
-        "y": 745,
-        "width": 1266,
-        "height": 688
+        "x": 4383,
+        "y": 42,
+        "width": 730,
+        "height": 1391
},

windowBounds should be stored in separate file and preferably in correct system dir (~/.local/state/lossless-cut on linux for example)

Also I don't know what would happen if x and y is bigger then device's monitor, if I were to pull this config from my laptop with a smaller resolution screen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions