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 {
|
||||
local value
|
||||
case "${1}" in
|
||||
'on') value='manual' ;;
|
||||
*) value='none' ;;
|
||||
"on") value="manual" ;;
|
||||
*) value="none" ;;
|
||||
esac
|
||||
gsettings set 'org.gnome.system.proxy' 'mode' "${value}"
|
||||
gsettings set "org.gnome.system.proxy" "mode" "${value}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue