aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradnano <me@adnano.co>2024-04-07 08:51:57 -0400
committeradnano <me@adnano.co>2024-04-07 08:51:57 -0400
commitcf6f5b9d06d72ded0b077d6770854d0003c1b4aa (patch)
tree36680c80bcbac349a8f1c9f423c0cffc62423c10 /README.md
parent41b2e8b1e1d1415a43baa6393b7237e7e77468eb (diff)
downloadwmenu-cf6f5b9d06d72ded0b077d6770854d0003c1b4aa.tar.gz
Support xdg_activation_v1 protocol
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0e62c4..099f036 100644
--- a/README.md
+++ b/README.md
@@ -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
```