Skip to content

Commit

Permalink
add wofi example to readme (#95)
Browse files Browse the repository at this point in the history
add wofi example
add sway config example for cliphist with wofi
  • Loading branch information
nxnjz authored Apr 21, 2024
1 parent faa57e7 commit 92fdad9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ or else query manually

</details>

<details>
<summary>wofi</summary>

`cliphist list | wofi -S dmenu | cliphist decode | wl-copy`

Example config for sway:
```
exec wl-paste --watch cliphist store
bindsym Mod1+p exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
```
</details>

---

### faq
Expand Down

0 comments on commit 92fdad9

Please sign in to comment.