Support xdg_activation_v1 protocol

This commit is contained in:
adnano 2024-04-07 08:51:57 -04:00
parent 41b2e8b1e1
commit cf6f5b9d06
7 changed files with 71 additions and 5 deletions

View file

@ -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
```