dmenu alternatives : solved

Qn^

I was looking for dmenu alternatives in wayland.

Required to search and execute commands in $PATH.

Edit: Solved using bemenu, with a simple script.

source ~/.bashrc
bemenu-run -b -H 4 --fn 'fixedsys-Excelsior-12'
6 points · 2 comments · view on lemmy.world

2 Comments

BlanK0@lemmy.ml · 3 pts · 2y (1 reply)

If you want the same dmenu, there is dmenu-wayland or also bemenu which is inspired by dmenu

max641@lemmy.world · 2 pts · 2y

Thanks, bemenu works with a simple script.

source ~/.bashrc
bemenu-run -b -H 4 --fn 'fixedsys-Excelsior-12'