Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Some possible QOL additions [enchancement] #2

Description

@IDeathByte

Sorry, idk where to find API docs to new tile system for adequate write and connect functions, but i can suggest some improvements:

  1. Floating windows always on top:
    In theory, we can add window role for black/whitelisted apps (client.resourceClass, if i right understand code)
    Or make another list for app, what's we need to guaranteed been floating

  2. Prevent change screen, when retiling
    As i see, we has func desctopChange with checking client.screen, but now on retiling it can change current app screen to main. Maybe we need add function for checking selected screen on retile, orr add suboption for app for remember it.

  3. Add possiblity to save/remove user templates
    Now we has only 3 default template on tile management screen. Idk, where find access to this, but if possible, we can realize this with create 2 new lists: 1 with user templates and second with default user, what's replace default list, if we has our custom templates, and add func to checking, for prevent user remove defaults.

  4. Rearranging tiling inside areas and in global screen area through key combos (if possible)

  5. Some code improvements
    Like replace black/whitelists and some another lists from Array to Map's/Set, for prevent addition of same names and redundant rechecking through loops

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