mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 04:55:58 +01:00
Missing 'exec' keyword added to the clipman manual. (#153)
This commit is contained in:
parent
86e74f95c3
commit
638dd11f1f
1 changed files with 2 additions and 2 deletions
|
@ -52,12 +52,12 @@ Now bind the `clipman` like this:
|
|||
|
||||
# For `rofi` users
|
||||
```ini
|
||||
bind = SUPER, V, clipman pick -t rofi
|
||||
bind = SUPER, V, exec, clipman pick -t rofi
|
||||
```
|
||||
|
||||
# For `dmenu` users
|
||||
```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
|
||||
|
|
Loading…
Reference in a new issue