gnome
This commit is contained in:
parent
04199bdfbb
commit
4ba9c94a42
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
sh_gnome_proxy() {
|
||||
rwx_gnome_proxy() {
|
||||
local value
|
||||
case "${1}" in
|
||||
"on") value="manual" ;;
|
||||
|
@ -7,7 +7,7 @@ sh_gnome_proxy() {
|
|||
gsettings set "org.gnome.system.proxy" "mode" "${value}"
|
||||
}
|
||||
|
||||
sh_gnome_workspaces_primary() {
|
||||
rwx_gnome_workspaces_primary() {
|
||||
local bool
|
||||
local group="org.gnome.mutter"
|
||||
local name="workspaces-only-on-primary"
|
||||
|
|
Loading…
Reference in a new issue