Updates ueli
This commit is contained in:
parent
63fbf4e8cc
commit
c0cb36520e
1 changed files with 12 additions and 3 deletions
|
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
"appearance.searchBarAppearance": "auto",
|
||||
"appearance.themeName": "Fluent UI Web",
|
||||
"extension[ApplicationSearch].linuxFolders": [
|
||||
"/home/michel/.local/share/flatpak/exports/share/applications",
|
||||
"/var/lib/flatpak/exports/share/applications",
|
||||
"/usr/local/share/applications",
|
||||
"/usr/share/applications",
|
||||
"/home/michel/.local/share/applications"
|
||||
],
|
||||
"extension[SimpleFileSearch].folders": [
|
||||
{
|
||||
"id": "c44b415b-91e2-4cd0-b783-5cf3bc24a1a3",
|
||||
|
|
@ -12,10 +19,11 @@
|
|||
"extension[WebSearch].searchEngine": "DuckDuckGo",
|
||||
"extension[WebSearch].showInstantSearchResult": true,
|
||||
"extensions.enabledExtensionIds": [
|
||||
"WebSearch",
|
||||
"Workflow",
|
||||
"CustomWebSearch",
|
||||
"ColorConverter",
|
||||
"JetBrainsToolbox",
|
||||
"SimpleFileSearch",
|
||||
"WebSearch",
|
||||
"Calculator",
|
||||
"ApplicationSearch",
|
||||
"UeliCommand"
|
||||
|
|
@ -23,7 +31,8 @@
|
|||
"general.hotkey.enabled": false,
|
||||
"window.hideWindowOn": [
|
||||
"afterInvocation",
|
||||
"escapePressed"
|
||||
"escapePressed",
|
||||
"blur"
|
||||
],
|
||||
"window.visibleOnAllWorkspaces": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue