From 452312dc53280273af11317ef7c501e6c502b0d8 Mon Sep 17 00:00:00 2001 From: Junker <1144095+Junker@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:09:48 +0700 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a073a5..a14367b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ git clone https://github.com/Junker/stumpwm-rofi rofi ```lisp ;; list of pairs '(("name" . "command")) (defvar *my-menu* - '(("Terminal" . "exec kitty") + '(("Something" . "any-stumpwm-command") + ("Terminal" . "exec kitty") ("Editor" . "exec featherpad") ("Krusader" . "exec krusader") ("💼 Work >" . (("Emacs" . "app-emacs")