Skip to content

Commit c2c0d04

Browse files
committed
doc: switch from dmenu to wmenu
wmenu is Wayland-native, and the default menu for Sway.
1 parent 5185276 commit c2c0d04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/mako.5.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Supported actions:
105105
display an interactive action menu on middle click:
106106

107107
```
108-
on-button-middle=exec makoctl menu -n "$id" -- dmenu -p 'Select action: '
108+
on-button-middle=exec makoctl menu -n "$id" -- wmenu -p 'Select action: '
109109
```
110110

111111
The following option will play a sound when a new notification is opened:

doc/makoctl.1.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Sends IPC commands to the running mako daemon via dbus.
6363
Examples:
6464

6565
```
66-
makoctl menu -- dmenu -p 'Select Action: '
66+
makoctl menu -- wmenu -p 'Select Action: '
6767
makoctl menu -n 12345 -- wofi -d -p 'Choose Action: '
6868
```
6969

0 commit comments

Comments
 (0)