Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert placeholders for stickies #1032

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 5, 2021

  1. Insert receptacle to replace stickies

    Removing a sticky window from the desktop tree causes the entire layout
    to go out the window, which makes sticky essentially useless for tiled
    windows. Instead I suggest we insert a receptacle bound to the node when
    moving a sticky window around. When moving that sticky window back
    we reinsert it into that receptacle. This way we get to keep the layout
    we set up, while still moving all the sticky windows around.
    
    When removing the windows (or just the sticky flag) we now have to
    remember to remove the placeholders from all desktops on that monitor.
    There's probably many more cases where we have to remove the
    placeholders. I'd like feedback on that.
    Jesper Jensen committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    04a9ad9 View commit details
    Browse the repository at this point in the history