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

sugestion: sticky windows on multiple workspaces #7

Open
andreas-center opened this issue Apr 4, 2016 · 4 comments
Open

sugestion: sticky windows on multiple workspaces #7

andreas-center opened this issue Apr 4, 2016 · 4 comments

Comments

@andreas-center
Copy link

Make one or more window stick to every workspace.

GIF

@Vild
Copy link
Owner

Vild commented Apr 4, 2016

This will require a rewrite of the container system.
Unless you do a hack.

Screen.AddOnTop(win);
Screen.X += win.Height;
Screen.Height -= win.Height;

@Vild
Copy link
Owner

Vild commented Apr 5, 2016

Could you run i3-save-tree --workspace (WORKSPACE NUMBER) > layout.json and link the .json file.
I would like to see how i3 does this.

@andreas-center
Copy link
Author

Ill do it tomorrow. On my phone atm. I accualy didnt know this existed on i3 wm, i found this: http://cr.i3wm.org/patch/540/

@Vild
Copy link
Owner

Vild commented Apr 13, 2016

How i3 kinda implemented it, https://i3wm.org/docs/wsbar.html#_dock_mode
But i3 expects that it is a bar, but DWin will just place a container there.

@Vild Vild removed the help wanted label Apr 13, 2016
@Vild Vild self-assigned this Apr 13, 2016
@Vild Vild modified the milestone: Version 0.1 Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants