User <Super>1-10 to switch workspaces ...
... instead of launching "favorite" apps
This commit is contained in:
parent
d1b4d6c8dc
commit
fc19761aac
2 changed files with 23 additions and 0 deletions
|
@ -162,6 +162,20 @@ toggle-tiling=['<Shift><Super>y']
|
||||||
[org/gnome/shell/keybindings]
|
[org/gnome/shell/keybindings]
|
||||||
focus-active-notification=@as []
|
focus-active-notification=@as []
|
||||||
open-application-menu=@as []
|
open-application-menu=@as []
|
||||||
|
# Disable Gnome's default behavior of opening "favorite" apps
|
||||||
|
# with <Super>1-10 and instead switch workspaces
|
||||||
|
# (goes together with [org/gnome/shell/extensions/dash-to-dock] > hot-keys)
|
||||||
|
# Source: https://askubuntu.com/a/1138322
|
||||||
|
switch-to-application-1=@as []
|
||||||
|
switch-to-application-2=@as []
|
||||||
|
switch-to-application-3=@as []
|
||||||
|
switch-to-application-4=@as []
|
||||||
|
switch-to-application-5=@as []
|
||||||
|
switch-to-application-6=@as []
|
||||||
|
switch-to-application-7=@as []
|
||||||
|
switch-to-application-8=@as []
|
||||||
|
switch-to-application-9=@as []
|
||||||
|
switch-to-application-10=@as []
|
||||||
toggle-message-tray=['<Super>v']
|
toggle-message-tray=['<Super>v']
|
||||||
toggle-overview=@as []
|
toggle-overview=@as []
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,15 @@ application-list=['com.google.Chrome.desktop:2', 'firefox.desktop:1', 'userapp-F
|
||||||
[org/gnome/shell/extensions/blur-my-shell/applications]
|
[org/gnome/shell/extensions/blur-my-shell/applications]
|
||||||
blur=false
|
blur=false
|
||||||
|
|
||||||
|
[org/gnome/shell/extensions/dash-to-dock]
|
||||||
|
extend-height=false
|
||||||
|
# Disable Gnome's default behavior of opening "favorite" apps
|
||||||
|
# with <Super>1-10 and instead switch workspaces
|
||||||
|
# (goes together with [org/gnome/shell/keybindings] > switch-to-application-1-10)
|
||||||
|
# Source: https://askubuntu.com/a/1138322
|
||||||
|
hot-keys=false
|
||||||
|
manualhide=true
|
||||||
|
|
||||||
[org/gnome/shell/extensions/just-perfection]
|
[org/gnome/shell/extensions/just-perfection]
|
||||||
accessibility-menu=false
|
accessibility-menu=false
|
||||||
activities-button=false
|
activities-button=false
|
||||||
|
|
Loading…
Reference in a new issue