From fd41371d616afa5e7c33ca295aeaca56ab1986df Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 5 Jun 2024 16:10:34 -0700 Subject: [PATCH] Enable moving current app to different workspace via hotkey Shift + Super + 1/2/3/4/5/6 to move the current app to the selected workspace. No more mousing around! --- help/hotkeys.md | 15 ++++++++------- install/set-gnome-extensions.sh | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/help/hotkeys.md b/help/hotkeys.md index 40acfe4..d882502 100644 --- a/help/hotkeys.md +++ b/help/hotkeys.md @@ -4,13 +4,14 @@ The joy of Linux flows from the keyboard. Training yourself to navigate and comm ## Navigating -| Hotkey | Function | -| --------------- | -------------------- | -| Super + Space | Type app to launch | -| Super + W | Close app | -| Super + 1/2/3/4 | Jump to workspace | -| Alt + 1/2/3/.. | Jump to dock app | -| Ctrl + 1/2/3/.. | Jump to browser tab | +| Hotkey | Function | +| ----------------------- | --------------------- | +| Super + Space | Type app to launch | +| Super + W | Close app | +| Super + 1/2/3/4 | Jump to workspace | +| Shift + Super + 1/2/3/4 | Move app to workspace | +| Alt + 1/2/3/.. | Jump to dock app | +| Ctrl + 1/2/3/.. | Jump to browser tab | ## Tiling diff --git a/install/set-gnome-extensions.sh b/install/set-gnome-extensions.sh index ced60ef..6669c99 100644 --- a/install/set-gnome-extensions.sh +++ b/install/set-gnome-extensions.sh @@ -56,4 +56,5 @@ gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock style-dash-t # Configure Space Bar gsettings set org.gnome.shell.extensions.space-bar.behavior smart-workspace-names false gsettings set org.gnome.shell.extensions.space-bar.shortcuts enable-activate-workspace-shortcuts false +gsettings set org.gnome.shell.extensions.space-bar.shortcuts enable-move-to-workspace-shortcuts true gsettings set org.gnome.shell.extensions.space-bar.shortcuts open-menu "@as []"