Commit graph

24 commits

Author SHA1 Message Date
Chris Down 8538e01e5c readme: Add information about $DISPLAY 2020-10-17 00:48:18 +01:00
Chris Down e3e3289c9a readme: List supported launchers 2020-03-30 19:13:26 +01:00
Chris Down c4a9071b3e readme: Tersify and use British English
We also don't explain too much about systemd -- you're expected to find
out or know about that agnostically of this project.

Also some features that we don't really want to advertise super widely
are not worth mentioning here.
2020-03-25 19:13:22 +00:00
Chris Down 84fd3614ab clipmenud: Allow disable with USR1 and enable with USR2
This allows avoiding having to delete after the fact for things like
issues #57 and #98.

Why have this over just stopping clipmenud? Well:

1. Stopping clipmenud should usually be an init system action, but we
   are init-system agnostic. If we just exit, we don't have a way of
   reliably starting again.
2. Even if we *do* do it using the init system, we don't want some
   things (like a lingering xsel which owns the selection for
   CM_OWN_CLIPBOARD) being killed as well.
3. This is a nicer interface for things like password managers to stop
   clipmenu rather than stopping clipmenu entirely.
2020-03-25 19:13:22 +00:00
Chris Down 1368ec7a2a
Merge pull request #121 from markstos/doc-clipmenud-options
document options for clipmenu
2020-03-24 20:33:15 +00:00
Mark Stosberg 64e3c97c0c document options for clipmenu
For privacy considerations, it's important to know about the max
clip option.

Users could also use a hint about how to cleanly override environment
variables with systemd.
2020-03-24 16:26:03 -04:00
Mark Stosberg a3916b8e11 Improve manual install experience
- Add Makefile to install files
   - It even checks for required binaries
 - Document manual install steps
 - Document how to start and enable via systemd
2020-03-24 15:30:40 -04:00
Chris Down 4528da5e68 readme: Remove out of date information
CM_SLEEP is gone, and we don't have non-clipnotify behaviour any more.
2020-03-23 18:16:22 +00:00
Chris Down 61c8429074 readme: Add installation section 2018-08-21 15:45:44 -04:00
Chris Down aae0e6e816 Add note about clipdel to README 2018-03-11 20:21:53 -04:00
Chris Down 9b7183b940 Add rofi instructions 2018-02-20 12:00:24 +00:00
Chris Down 6dbee02783 readme: Add Travis link 2018-02-20 11:48:14 +00:00
Chris Down 935c498dec Add note in readme about new non-polling mode 2018-02-05 23:52:37 +00:00
Chris Down f184c37994 Add a note about using CM_ONESHOT, per #47 2017-05-30 08:55:27 +01:00
Chris Down 1b4fcd5b8d Add demo GIF 2017-03-19 09:43:39 +00:00
Chris Down 497ba9c95c Mention rofi in readme 2017-03-19 07:55:57 +00:00
Chris Down e65b51b33c Use CM_* env vars 2017-03-19 07:53:26 +00:00
Chris Down 662e31d618 Add systemd unit
Closes #39, #40.
2017-02-17 11:46:04 -05:00
Chris Down e8b4d83e2e readme: Escape colour codes 2017-01-12 08:34:41 +00:00
Chris Down 533cdc871e Fix parens in README 2017-01-11 11:28:51 +00:00
Chris Down 9d5a241f1d Document behaviour in README 2017-01-06 17:50:09 +00:00
Chris Down d5a9449171 Note how argument handling works when passing to dmenu 2015-07-09 09:53:06 +01:00
Chris Down 2f9998bb30 readme: Replace all references about xclip with xsel 2014-02-05 17:48:31 +08:00
Chris Down 65f0b277ec Add readme 2014-02-05 17:42:35 +08:00