Skip to content

Commit 92fdad9

Browse files
authored
add wofi example to readme (sentriz#95)
add wofi example add sway config example for cliphist with wofi
1 parent faa57e7 commit 92fdad9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ or else query manually
9393

9494
</details>
9595

96+
<details>
97+
<summary>wofi</summary>
98+
99+
`cliphist list | wofi -S dmenu | cliphist decode | wl-copy`
100+
101+
Example config for sway:
102+
```
103+
exec wl-paste --watch cliphist store
104+
bindsym Mod1+p exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
105+
```
106+
</details>
107+
96108
---
97109

98110
### faq

0 commit comments

Comments
 (0)