From 952aa63147c9fb28f6ace6f0bc7ccf45ced1299a Mon Sep 17 00:00:00 2001 From: Kiran George Date: Mon, 9 Jun 2025 11:30:08 +0530 Subject: Overview v2 --- config/quickshell/config.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config/quickshell/config.json (limited to 'config/quickshell/config.json') diff --git a/config/quickshell/config.json b/config/quickshell/config.json new file mode 100644 index 00000000..f98f9f69 --- /dev/null +++ b/config/quickshell/config.json @@ -0,0 +1,38 @@ +{ + "ui": { + "theme": "dark", + "scale": 1.25 + }, + "features": { + "animations": true + }, + "appearance": { + "fakeScreenRounding": 1 + }, + "overview": { + "scale": 0.15, + "numOfRows": 2, + "numOfCols": 5, + "showXwaylandIndicator": true, + "windowPadding": 6, + "position": 1 + }, + "resources": { + "updateInterval": 3000 + }, + "hacks": { + "arbitraryRaceConditionDelay": 20 + }, + "search": { + "searchEnabled": false, + "nonAppResultDelay": 30, + "prefix": { + "action": "/", + "clipboard": ";", + "emojis": ":" + } + }, + "bar": { + "bottom": false + } +} \ No newline at end of file -- cgit v1.2.3 From d46077fe5ac56afbd63dc1222e649f10435b05e2 Mon Sep 17 00:00:00 2001 From: Kiran George Date: Mon, 9 Jun 2025 12:02:14 +0530 Subject: Enabled search --- config/quickshell/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/quickshell/config.json') diff --git a/config/quickshell/config.json b/config/quickshell/config.json index f98f9f69..33fca8e9 100644 --- a/config/quickshell/config.json +++ b/config/quickshell/config.json @@ -24,7 +24,7 @@ "arbitraryRaceConditionDelay": 20 }, "search": { - "searchEnabled": false, + "searchEnabled": true, "nonAppResultDelay": 30, "prefix": { "action": "/", -- cgit v1.2.3