mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
rofi: added dmenu option, added homepage (#3233)
This commit is contained in:
parent
98ec760508
commit
2a6189a5bf
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# rofi
|
# rofi
|
||||||
|
|
||||||
> An application launcher and window switcher.
|
> An application launcher and window switcher.
|
||||||
|
> More Information: <https://github.com/davatorium/rofi>.
|
||||||
|
|
||||||
- Show the list of apps:
|
- Show the list of apps:
|
||||||
|
|
||||||
|
@ -13,3 +14,7 @@
|
||||||
- Switch between windows:
|
- Switch between windows:
|
||||||
|
|
||||||
`rofi -show window`
|
`rofi -show window`
|
||||||
|
|
||||||
|
- Pipe a list of items to stdin and print the selected item to stdout:
|
||||||
|
|
||||||
|
`printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenu`
|
||||||
|
|
Loading…
Add table
Reference in a new issue