Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

`--accept-single` not working on wayland Arch #335

Open octvs opened 1 year ago

octvs commented 1 year ago

Hey there, I can't get this flag to work. Here are the relevant information about my setup:

$ echo $BEMENU_OPTS
-i -H 30 -l 5 --tb #458588 --tf #ebdbb2 --fb #282828 --ff #ebdbb2 --nb #282828 --nf #ebdbb2 --hb #3c3836 --hf #458588 --ab #282828 --af #ebdbb2 --sb '#1d2021' --sf #ebdbb2 --fbb '#1d2021' --fbf #ebdbb2 --accept-single --binding vim
$ cat .config/sway/variables | grep \$menu
set $menu j4-dmenu-desktop --no-generic --term="foot" --dmenu="bemenu" | xargs swaymsg exec --
$ hostnamectl
...
Operating System: Arch Linux                      
Kernel: Linux 6.2.8-arch1-1
...
$ pacman -Qs bemenu
local/bemenu-git 0.6.14.r9.g8e2fd06-1
    Dynamic menu library and client program inspired by dmenu
local/bemenu-wayland-git 0.6.14.r9.g8e2fd06-1
    Wayland (wlroots-based compositors) renderer for bemenu
$ sway --version
sway version 1.8.1
Kuchteq commented 1 year ago

Can confirm the issue is still present.