summaryrefslogtreecommitdiff
path: root/dwl/dwl-patches/patches/menu/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 /dwl/dwl-patches/patches/menu/README.md
Diffstat (limited to 'dwl/dwl-patches/patches/menu/README.md')
-rwxr-xr-xdwl/dwl-patches/patches/menu/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/dwl/dwl-patches/patches/menu/README.md b/dwl/dwl-patches/patches/menu/README.md
new file mode 100755
index 0000000..ad37016
--- /dev/null
+++ b/dwl/dwl-patches/patches/menu/README.md
@@ -0,0 +1,18 @@
+### Description
+
+This patch adds `menu` command, which allows dwl to interface with dmenu-like
+programs.
+
+By default, two menus are available:
+- focusing a window by its title/appid by pressing `Alt+o`
+- selecting a layout from a list by pressing `Alt+Shift+o`
+
+Edit `menus` array in `config.h` to add/change menus and use a different dmenu
+program (`wmenu` is the default).
+
+### Download
+- [2025-03-21 v0.7](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/menu/menu.patch)
+- [2024-07-13 v0.7](https://codeberg.org/dwl/dwl-patches/raw/commit/65ea99519bbf7a52f48932aea7385f81f8b30867/patches/menu/menu.patch)
+
+### Authors
+- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV))