snippetbashTip
rofi — An application launcher and window switcher. More information: <https://github.com/davatorium/rofi#m
Viewed 0 times
windowswitcherroficommandlauncherandcliapplication
linux
Problem
How to use the
rofi command: An application launcher and window switcher. More information: <https://github.com/davatorium/rofi#manpage>.Solution
rofi — An application launcher and window switcher. More information: <https://github.com/davatorium/rofi#manpage>.Show the list of apps:
rofi -show drunShow the list of all commands:
rofi -show runSwitch between windows:
rofi -show windowPipe a list of items to
stdin and print the selected item to stdout:printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenuCode Snippets
Show the list of apps
rofi -show drunShow the list of all commands
rofi -show runSwitch between windows
rofi -show windowPipe a list of items to `stdin` and print the selected item to `stdout`
printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenuContext
tldr-pages: linux/rofi
Revisions (0)
No revisions yet.