better docs
This commit is contained in:
parent
5395b405b4
commit
f3aa5fc02c
1 changed files with 3 additions and 1 deletions
|
@ -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`.
|
||||||
|
|
Loading…
Reference in a new issue