diff --git a/pages/linux/rofi.md b/pages/linux/rofi.md index 676f02781b..950fc6292d 100644 --- a/pages/linux/rofi.md +++ b/pages/linux/rofi.md @@ -1,7 +1,7 @@ # rofi > An application launcher and window switcher. -> More information: . +> More information: . - Show the list of apps: diff --git a/pages/linux/wofi.md b/pages/linux/wofi.md index e60d6e2e80..2e9f01a7d7 100644 --- a/pages/linux/wofi.md +++ b/pages/linux/wofi.md @@ -1,16 +1,16 @@ # wofi > An application launcher for wlroots-based Wayland compositors, similar to `rofi` and `dmenu`. -> More information: . +> More information: . - 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]}}`