diff options
author | adnano <me@adnano.co> | 2024-05-03 21:23:08 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-05-03 21:23:08 -0400 |
commit | 8f958478111933f8b1ce8405203026c2cc91fde8 (patch) | |
tree | 808e91e8626115849b19540fdca82170f2e93d1a | |
parent | e1816cc9a9ab7887dc2aa10b6244055546111049 (diff) | |
download | wmenu-8f958478111933f8b1ce8405203026c2cc91fde8.tar.gz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ See wmenu(1) To use wmenu with Sway, you can add the following to your configuration file: ``` -set $menu dmenu_path | wmenu-run +set $menu wmenu-run bindsym $mod+d exec $menu ``` |