snippetbashTip
wofi — An application launcher for wlroots-based Wayland compositors, similar to `rofi` and `dmenu`. More i
Viewed 0 times
commandlaunchercliwofibasedwlrootsforapplication
linux
Problem
How to use the
wofi command: An application launcher for wlroots-based Wayland compositors, similar to rofi and dmenu. More information: <https://manned.org/wofi>.Solution
wofi — An application launcher for wlroots-based Wayland compositors, similar to rofi and dmenu. More information: <https://manned.org/wofi>.Show the list of apps:
wofi {{[-S|--show]}} drunShow the list of all commands:
wofi {{[-S|--show]}} runPipe a list of items to
stdin and print the selected item to stdout:printf "{{Choice1\nChoice2\nChoice3}}" | wofi {{[-d|--dmenu]}}Code Snippets
Show the list of apps
wofi {{[-S|--show]}} drunShow the list of all commands
wofi {{[-S|--show]}} runPipe a list of items to `stdin` and print the selected item to `stdout`
printf "{{Choice1\nChoice2\nChoice3}}" | wofi {{[-d|--dmenu]}}Context
tldr-pages: linux/wofi
Revisions (0)
No revisions yet.