diff options
author | adnano <me@adnano.co> | 2024-04-07 08:51:57 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-04-07 08:51:57 -0400 |
commit | cf6f5b9d06d72ded0b077d6770854d0003c1b4aa (patch) | |
tree | 36680c80bcbac349a8f1c9f423c0cffc62423c10 /README.md | |
parent | 41b2e8b1e1d1415a43baa6393b7237e7e77468eb (diff) | |
download | wmenu-cf6f5b9d06d72ded0b077d6770854d0003c1b4aa.tar.gz |
Support xdg_activation_v1 protocol
Diffstat (limited to '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 | xargs swaymsg exec -- +set $menu wmenu_run bindsym $mod+d exec $menu ``` |