From 795cdb9daf0dc433a510879e28ebf22189c35310 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Fri, 31 Oct 2025 17:10:53 +0100 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57cca15..19f39f2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A WIP desktop assistant for Linux and Windows. - File search - Web search - Updater -- Super key menu (Doesn't work properly on Windows) +- Global menu (defaults: `Super` on Linux, `Ctrl+Space` on Windows) (you can disable it in the config) - Local network file and text transfer (Dukto protocol) - Browser based file and text transfer (HTTP) - Discord Rich Presence integration @@ -20,7 +20,7 @@ A WIP desktop assistant for Linux and Windows. ## Requirements - Python 3 -- X11 Desktop +- X11 Desktop (Linux only) - [`fd`](https://github.com/sharkdp/fd) - `git` @@ -32,7 +32,7 @@ A WIP desktop assistant for Linux and Windows. 4. Launch `main.py`. Available options: - `--restart` Add a restart option to the right click menu - `--no-quit` Hide the quit option - - `--no-super`/`--no-start` Disable the super key menu (recommended on Windows) - `--no-update` Don't update automatically on startup +5. To configure, go to `~/.config/CLARA/config.json` on Linux and `~/AppData/Roaming/CLARA/config.json` on Windows. If you want to contribute in any way, PRs (and issues) welcome \ No newline at end of file