Missing 'exec' keyword added to the clipman manual. (#153)

This commit is contained in:
Mateusz Szostak 2023-03-10 01:53:17 +01:00 committed by GitHub
parent 86e74f95c3
commit 638dd11f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,12 +52,12 @@ Now bind the `clipman` like this:
# For `rofi` users # For `rofi` users
```ini ```ini
bind = SUPER, V, clipman pick -t rofi bind = SUPER, V, exec, clipman pick -t rofi
``` ```
# For `dmenu` users # For `dmenu` users
```ini ```ini
bind = SUPER, V, clipman pick -t dmenu bind = SUPER, V, exec, clipman pick -t dmenu
``` ```
So on and so forth. For further information, please refer to the repository mentioned above So on and so forth. For further information, please refer to the repository mentioned above