Update README.md

This commit is contained in:
adnano 2024-05-03 21:23:08 -04:00
parent e1816cc9a9
commit 8f95847811

View file

@ -27,7 +27,7 @@ See wmenu(1)
To use wmenu with Sway, you can add the following to your configuration file: 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 bindsym $mod+d exec $menu
``` ```