Updates ueli

This commit is contained in:
Michel 2025-01-01 16:30:16 +01:00
parent 63fbf4e8cc
commit c0cb36520e

View file

@ -1,6 +1,13 @@
{ {
"appearance.searchBarAppearance": "auto", "appearance.searchBarAppearance": "auto",
"appearance.themeName": "Fluent UI Web", "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": [ "extension[SimpleFileSearch].folders": [
{ {
"id": "c44b415b-91e2-4cd0-b783-5cf3bc24a1a3", "id": "c44b415b-91e2-4cd0-b783-5cf3bc24a1a3",
@ -12,10 +19,11 @@
"extension[WebSearch].searchEngine": "DuckDuckGo", "extension[WebSearch].searchEngine": "DuckDuckGo",
"extension[WebSearch].showInstantSearchResult": true, "extension[WebSearch].showInstantSearchResult": true,
"extensions.enabledExtensionIds": [ "extensions.enabledExtensionIds": [
"WebSearch",
"Workflow",
"CustomWebSearch",
"ColorConverter", "ColorConverter",
"JetBrainsToolbox", "JetBrainsToolbox",
"SimpleFileSearch",
"WebSearch",
"Calculator", "Calculator",
"ApplicationSearch", "ApplicationSearch",
"UeliCommand" "UeliCommand"
@ -23,7 +31,8 @@
"general.hotkey.enabled": false, "general.hotkey.enabled": false,
"window.hideWindowOn": [ "window.hideWindowOn": [
"afterInvocation", "afterInvocation",
"escapePressed" "escapePressed",
"blur"
], ],
"window.visibleOnAllWorkspaces": true "window.visibleOnAllWorkspaces": true
} }