diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:30:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:25 +0700 |
commit | 1e14322a330b8837cf43b5ea0e710447ff0b07f7 (patch) | |
tree | 0e05f9de5fc1e818c0e606bfe26cd374cd46eaf5 | |
parent | e4b5d40eb2ac841cf90dd47ee3d1638ad6263d61 (diff) |
desktop/parcellite: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/parcellite/README | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/desktop/parcellite/README b/desktop/parcellite/README index 7c0ccd5f7694..1cc5179c1c09 100644 --- a/desktop/parcellite/README +++ b/desktop/parcellite/README @@ -1,18 +1,21 @@ -Parcellite is a lightweight GTK+ clipboard manager. This is a stripped -down, basic-features-only clipboard manager with a small memory footprint -for those who like simplicity. +Parcellite is a lightweight GTK+ clipboard manager. This is a +stripped down, basic-features-only clipboard manager with a small +memory footprint for those who like simplicity. Parcellite features a clipboard CLI. Unrecognized options and the contents of your standard input get copied to your clipboard. See the man page for examples. -Features - * Keeps a clipboard history. - * Various view options to display items the way you like it. - * Daemon mode; guard your clipboard contents when you close applications. - * Global hotkeys to display your items quickly. - * Perform custom commands using clipboard contents. +Features: + * Keeps a clipboard history. + * Various view options to display items the way you like it. + * Daemon mode; guard your clipboard contents when you close + applications. + * Global hotkeys to display your items quickly. + * Perform custom commands using clipboard contents. + +If you prefer using stock GTK icons (based on your GTK theme) as +opposed to the new Parcellite icon, then simply run the script like +this: -If you prefer using stock GTK icons (based on your GTK theme) as opposed to -the new Parcellite icon, then simply run the script like this: NOICON=YES ./parcellite.SlackBuild |