-
Notifications
You must be signed in to change notification settings - Fork 134
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
Is it possible to name workspaces on-the-fly? #916
Comments
You could add a hook to Personally, for multiple-workspaces, I recommend using the builtin You'll still need to use at least one workspace per monitor, but I usually just assign those statically and never name/change them. |
@MountainMan1312, there is currently no way to name the workspaces via (keymap-set ctl-x-5-map "n" 'set-frame-name)
(keymap-set ctl-x-5-map "5" 'select-frame-by-name) Adding a binding to the @Stebalien, that's very interesting. Are there issues you find when using EXWM that way? For example, when I quickly tested |
I never use floating windows, except as transient popups where I actually want them to be sticky. But I can see that being an issue. |
@Stebalien, thank you for the input, we might want to support both behaviours. @MountainMan1312, any thoughts about #916 (comment)? |
Howdy!
I found this relevant issue on how to setup named workspaces: #716
I'm wondering if there's a way to name additional workspaces upon creating them, instead of a pre-defined list?
Expected behavior
Upon running
exwm-workspace-switch
and pressing+
to add an additional workspace, I should be prompted to enter a name and pressRET
to create a named workspace.It would also be okay if I had to create the workspace first, then rename it.
Thanks in advance!
The text was updated successfully, but these errors were encountered: