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!
This commit is contained in:
parent
490a489930
commit
fd41371d61
@ -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
|
||||
|
||||
|
@ -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 []"
|
||||
|
Loading…
Reference in New Issue
Block a user