proxy
This commit is contained in:
parent
d7e2f15257
commit
6267af5ef8
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
function socks {
|
function socks {
|
||||||
local value
|
local value
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
'on') value='manual' ;;
|
"on") value="manual" ;;
|
||||||
*) value='none' ;;
|
*) value="none" ;;
|
||||||
esac
|
esac
|
||||||
gsettings set 'org.gnome.system.proxy' 'mode' "${value}"
|
gsettings set "org.gnome.system.proxy" "mode" "${value}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue