diff options
Diffstat (limited to 'desktop/parcellite/README')
-rw-r--r-- | desktop/parcellite/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop/parcellite/README b/desktop/parcellite/README index 1c914f32120..7c0ccd5f769 100644 --- a/desktop/parcellite/README +++ b/desktop/parcellite/README @@ -1,9 +1,9 @@ -Parcellite is a lightweight GTK+ clipboard manager. This is a stripped -down, basic-features-only clipboard manager with a small memory footprint +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. +contents of your standard input get copied to your clipboard. See the man page for examples. Features @@ -12,3 +12,7 @@ Features * 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: + NOICON=YES ./parcellite.SlackBuild |