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

Hotkey for send window to workspace N #960

Open
maxfridbe opened this issue Oct 15, 2024 · 2 comments
Open

Hotkey for send window to workspace N #960

maxfridbe opened this issue Oct 15, 2024 · 2 comments
Labels
enhancement Adds a new feature or extends scope

Comments

@maxfridbe
Copy link

Is your feature request related to a problem? Please describe.
I was looking through i3 and other tiling managers for what awesome things they do, and one of the ones i didnt see in the hotkey list is Send Window to Workspace N

NOTE this is available in the Hotkeys gnome screen, up to Workspace 4.

Describe the solution you'd like
In the hotkey tabs a Send To Workspace 1 - 9, surface the ones from Gnome Hotkeys.

Describe alternatives you've considered
Since you can have it in Hotkeys, that is ok, but was just thinking it would be nice in the extension.

image

@maxfridbe maxfridbe added the enhancement Adds a new feature or extends scope label Oct 15, 2024
@KETHERCORTEX
Copy link

@maxfridbe It's easily done through terminal or dconf-editor (on the picture) if you like GUI. Like this in terminal:

gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-5 "['<Shift><Alt><Super>5']"

And so on. This way you can set keybindings for up to 12th workspace. Keep in mind that Ctrl key is called <Control> there.

image

@KETHERCORTEX
Copy link

@maxfridbe Since you've mentioned i3, I think it may be worth checking out the Space Bar extension (https://extensions.gnome.org/extension/5090/space-bar/). It has i3-like workspaces indicator and shortcuts (that may or may not fit your needs).
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adds a new feature or extends scope
Projects
None yet
Development

No branches or pull requests

2 participants