Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Jul 31, 2024
1 parent b83469f commit 452312d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 452312d

Please sign in to comment.