summaryrefslogtreecommitdiff
path: root/wmenu/README.md
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /wmenu/README.md
Diffstat (limited to 'wmenu/README.md')
-rwxr-xr-xwmenu/README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/wmenu/README.md b/wmenu/README.md
new file mode 100755
index 0000000..62a34a7
--- /dev/null
+++ b/wmenu/README.md
@@ -0,0 +1,32 @@
+# wmenu
+
+wmenu is an efficient dynamic menu for Sway and wlroots based Wayland
+compositors. It provides a Wayland-native dmenu replacement which maintains the
+look and feel of dmenu.
+
+## Installation
+
+Dependencies:
+
+- cairo
+- pango
+- wayland
+- xkbcommon
+- scdoc (optional)
+
+```
+$ meson setup build
+$ ninja -C build
+# ninja -C build install
+```
+
+## Usage
+
+See wmenu(1)
+
+To use wmenu with Sway, you can add the following to your configuration file:
+
+```
+set $menu wmenu-run
+bindsym $mod+d exec $menu
+```