We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5185276 commit c2c0d04Copy full SHA for c2c0d04
doc/mako.5.scd
@@ -105,7 +105,7 @@ Supported actions:
105
display an interactive action menu on middle click:
106
107
```
108
- on-button-middle=exec makoctl menu -n "$id" -- dmenu -p 'Select action: '
+ on-button-middle=exec makoctl menu -n "$id" -- wmenu -p 'Select action: '
109
110
111
The following option will play a sound when a new notification is opened:
doc/makoctl.1.scd
@@ -63,7 +63,7 @@ Sends IPC commands to the running mako daemon via dbus.
63
Examples:
64
65
66
- makoctl menu -- dmenu -p 'Select Action: '
+ makoctl menu -- wmenu -p 'Select Action: '
67
makoctl menu -n 12345 -- wofi -d -p 'Choose Action: '
68
69
0 commit comments