From 5bea0404ce7bc73f9e54e40dc91fbf5fcfd10a08 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 10 May 2025 20:10:58 +0300 Subject: [PATCH] rofi, wofi: refresh pages (#16440) --- pages/linux/rofi.md | 2 +- pages/linux/wofi.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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]}}`