From 7831c53de83c597c6cb04b04b8825104700db338 Mon Sep 17 00:00:00 2001 From: G17 LogZhang24 <3559322519@qq.com> Date: Sat, 4 Jul 2026 14:09:56 +0800 Subject: [PATCH] docs: add Windows-specific launch instructions and fix OS X to macOS --- README.md | 2 +- docs/basic-usage.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 894e9ef920..77dfd63f08 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ flatpak run com.github.hluk.copyq ## Using the App -To start CopyQ, double-click the program icon or run `copyq`. +To start CopyQ, double-click the program icon or run `copyq` (on Windows, run `CopyQ.exe`, or launch it from the Start menu; no desktop icon is created by default). The list with the clipboard history is accessible by clicking on the system tray icon or by running `copyq toggle`. diff --git a/docs/basic-usage.rst b/docs/basic-usage.rst index 0c68c67669..235ff05361 100644 --- a/docs/basic-usage.rst +++ b/docs/basic-usage.rst @@ -6,8 +6,9 @@ This page describes the basic functionality of CopyQ clipboard manager. First Start ----------- -To start CopyQ, double-click the program icon or run command ``copyq``. -This starts the graphical interface which can be accessed from the tray (NOTE: on OS X the tray defaults to the top-right of the screen and is not to be confused with Launchpad). +To start CopyQ, double-click the program icon or run command ``copyq`` +(on Windows, run ``CopyQ.exe`` directly or launch it from the Start menu; no desktop icon is created by default). +This starts the graphical interface which can be accessed from the tray (NOTE: on macOS the tray defaults to the top-right of the screen and is not to be confused with Launchpad). Click the tray icon to show application window or right-click the tray icon and select "Show/Hide" or run ``copyq show`` command. .. image:: images/copyq-show.png