We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make one or more window stick to every workspace.
GIF
The text was updated successfully, but these errors were encountered:
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;
Sorry, something went wrong.
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.
i3-save-tree --workspace (WORKSPACE NUMBER) > layout.json
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/
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
No branches or pull requests
Make one or more window stick to every workspace.
The text was updated successfully, but these errors were encountered: