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 []"