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

Sticky without Float? #1843

Closed
AlJohri opened this issue Sep 5, 2023 · 1 comment
Closed

Sticky without Float? #1843

AlJohri opened this issue Sep 5, 2023 · 1 comment

Comments

@AlJohri
Copy link

AlJohri commented Sep 5, 2023

As a separate follow up to #1835, even with SIP disabled, is it possible to make a window "sticky" without floating it?

Based on #574, it seems this is impossible?

If a tiled window is made sticky, it will implicitly float the window (because sticky windows cannot be tiled) using the same rules as a regular float.

If a floating window is unfloated, it will implicitly clear the sticky bit (because sticky windows cannot be tiled), be set to normal window layer, and re-tile.

Essentially I want to have my notes application open on all spaces without it being "topmost". I want it "titled" next to the rest of my windows, ideally on the left like a sidebar.

Is there anyway to achieve this?

@koekeishiya
Copy link
Owner

Sticky windows will not be tiled, because it is impossible to make it tile into the same slot in every space, causing the window to jump around when switching spaces.

It is in theory possible to create something like a sidebar-mode that sticky windows are pushed into, but I think you are better of setting a padding_<dir_> and using the window move/resize commands to place the sticky window where you want it to be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants