8 lines
311 B
Fish
Executable file
8 lines
311 B
Fish
Executable file
#!/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"
|