From 71c4714714e4cc966f42bab6faf03a8e5273ca69 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov <51688199+NikitaIvanovV@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:23:04 +0200 Subject: [PATCH] Add menu patch --- menu.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 menu.md diff --git a/menu.md b/menu.md new file mode 100644 index 0000000..c968a40 --- /dev/null +++ b/menu.md @@ -0,0 +1,15 @@ +### 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 by pressing `Alt+o` +- selecting a layout from a list by pressing `Alt+Shift+o` + +Edit `menus` array and `MENU` macro in `config.h` to add/change menus and use a different dmenu program. + +### Download +- [2023-07-15](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:menu.patch) + +### Authors +- [Nikita Ivanov](https://github.com/NikitaIvanovV) \ No newline at end of file