9 lines
311 B
Fish
9 lines
311 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
source "$DOT/script/utils.fish"
|
||
|
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
|
||
|
execute "gsettings set com.canonical.Unity.Lenses remote-content-search 'none'" \
|
||
|
"Turn off 'Remote Search' so that search terms in Dash do not get sent over the internet"
|