Use space bar as well for workspaces
This commit is contained in:
parent
7262cdf186
commit
6cda689648
@ -12,6 +12,7 @@ if ! command -v gnome-shell-extension-manager &>/dev/null; then
|
|||||||
gext install tactile@lundal.io
|
gext install tactile@lundal.io
|
||||||
gext install just-perfection-desktop@just-perfection
|
gext install just-perfection-desktop@just-perfection
|
||||||
gext install blur-my-shell@aunetx
|
gext install blur-my-shell@aunetx
|
||||||
|
gext install space-bar@luchrioh
|
||||||
|
|
||||||
# Compile gsettings schemas in order to be able to set them
|
# Compile gsettings schemas in order to be able to set them
|
||||||
sudo cp ~/.local/share/gnome-shell/extensions/tactile@lundal.io/schemas/org.gnome.shell.extensions.tactile.gschema.xml /usr/share/glib-2.0/schemas/
|
sudo cp ~/.local/share/gnome-shell/extensions/tactile@lundal.io/schemas/org.gnome.shell.extensions.tactile.gschema.xml /usr/share/glib-2.0/schemas/
|
||||||
@ -49,4 +50,9 @@ if ! command -v gnome-shell-extension-manager &>/dev/null; then
|
|||||||
gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock sigma 30
|
gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock sigma 30
|
||||||
gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock static-blur true
|
gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock static-blur true
|
||||||
gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock style-dash-to-dock 0
|
gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock style-dash-to-dock 0
|
||||||
|
|
||||||
|
# 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 open-menu "[]"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user