Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
5 changes: 3 additions & 2 deletions docs/basic-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down