conformal / spectrwm

A small dynamic tiling window manager for X11.
ISC License
1.34k stars 97 forks source link

Feature Request: Application in all workspaces #491

Closed developer1105 closed 1 year ago

developer1105 commented 2 years ago

The dzen2 bar appears in all workspaces when it is not in dock mode. But when it is in dock mode, it appears only on the first workspace.

Maybe if spectrwm had a way to put an application in all workspaces, maybe dzen2 in dock mode could appear in all workspaces.

In dock mode, dzen2 disappears when fullscreen applications are running. In the normal mode, dzen2 appears over the fullscreen applications.

This could be implemented as a quirk.

the application is in all workspaces

quirk[dzen:dzen2]=ALLWORKSPACES

or

will always appear in the active workspace

quirk[dzen:dzen2]=APPEARINACTIVEWS

With this feature, the application would move into the new workspace as the user enters it.

c0dev0id commented 2 years ago

That would probably be fulfilled by https://github.com/conformal/spectrwm/issues/330