diff --git a/README.md b/README.md index 5b4011c..7b8d75b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Clipman -A basic clipboard manager for Wayland. +A basic clipboard manager for Wayland, with support for persisting copy buffers after an application exits. ## 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. 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`.