README.md - wmenu - [fork] efficient dynamic menu for wayland
(HTM) git clone https://git.drkhsh.at/wmenu.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
README.md (502B)
---
1 # wmenu
2
3 wmenu is an efficient dynamic menu for Sway and wlroots based Wayland
4 compositors. It provides a Wayland-native dmenu replacement which maintains the
5 look and feel of dmenu.
6
7 ## Installation
8
9 Dependencies:
10
11 - cairo
12 - pango
13 - wayland
14 - xkbcommon
15 - scdoc (optional)
16
17 ```
18 $ meson setup build
19 $ ninja -C build
20 # ninja -C build install
21 ```
22
23 ## Usage
24
25 See wmenu(1)
26
27 To use wmenu with Sway, you can add the following to your configuration file:
28
29 ```
30 set $menu wmenu-run
31 bindsym $mod+d exec $menu
32 ```