wmenu(1) | General Commands Manual | wmenu(1) |
NAME
wmenu - dynamic menu for Wayland
SYNOPSIS
wmenu [-biv]
[-f font]
[-l lines]
[-o output]
[-p prompt]
[-N color] [-n color]
[-M color] [-m color]
[-S color] [-s color]
DESCRIPTION
wmenu is a dynamic menu for Wayland, which reads a list of newline-separated items from stdin. When the user selects an item and presses Return, their choice is printed to stdout and wmenu terminates. Entering text will narrow the items to those matching the tokens in the input.
OPTIONS
-b
-i
-v
-f font
-l lines
-o output
-p prompt
-N RRGGBB[AA]
-n RRGGBB[AA]
-M RRGGBB[AA]
-m RRGGBB[AA]
-S RRGGBB[AA]
-s RRGGBB[AA]
USAGE
wmenu is completely controlled by the keyboard. Items are selected using the arrow keys, page up, page down, home, and end.
Tab
Return
Ctrl-Return
Shift-Return
Escape
Ctrl-Left
Ctrl-Right
C-a | Home |
C-b | Left |
C-c | Escape |
C-d | Delete |
C-e | End |
C-f | Right |
C-g | Escape |
C-h | Backspace |
C-i | Tab |
C-j | Return |
C-J | Shift-Return |
C-k | Delete line right |
C-m | Return |
C-M | Shift-Return |
C-n | Down |
C-p | Up |
C-u | Delete line left |
C-w | Delete word left |
2024-04-01 |