better docs

This commit is contained in:
yory8 2019-03-23 12:22:29 +01:00
parent 5395b405b4
commit f3aa5fc02c

View file

@ -1,6 +1,6 @@
# Clipman # Clipman
A basic clipboard manager for Wayland. A basic clipboard manager for Wayland, with support for persisting copy buffers after an application exits.
## Requirements ## Requirements
@ -13,3 +13,5 @@ A basic clipboard manager for Wayland.
Install the binary in your path, then run it in your Sway session by adding `exec clipman -d` at the beginning of your config. Install the binary in your path, then run it in your Sway session by adding `exec clipman -d` at the beginning of your config.
To query the history and select items, run the binary as `clipman -s`. You can assign it to a keybinding: `bindsym $mod+h exec clipman -s`. To query the history and select items, run the binary as `clipman -s`. You can assign it to a keybinding: `bindsym $mod+h exec clipman -s`.
For more options: `clipman -h`.