rofi, wofi: refresh pages (#16440)

This commit is contained in:
Managor
2025-05-10 20:10:58 +03:00
committed by GitHub
parent 39fee6c869
commit 5bea0404ce
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# rofi
> An application launcher and window switcher.
> More information: <https://github.com/davatorium/rofi>.
> More information: <https://github.com/davatorium/rofi#manpage>.
- Show the list of apps:
+4 -4
View File
@@ -1,16 +1,16 @@
# wofi
> An application launcher for wlroots-based Wayland compositors, similar to `rofi` and `dmenu`.
> More information: <https://hg.sr.ht/~scoopta/wofi>.
> More information: <https://manned.org/wofi>.
- Show the list of apps:
`wofi --show drun`
`wofi {{[-S|--show]}} drun`
- Show the list of all commands:
`wofi --show run`
`wofi {{[-S|--show]}} run`
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
`printf "{{Choice1\nChoice2\nChoice3}}" | wofi --dmenu`
`printf "{{Choice1\nChoice2\nChoice3}}" | wofi {{[-d|--dmenu]}}`