this post was submitted on 12 Jan 2024
6 points (100.0% liked)

Wayland

284 readers
1 users here now

!Wayland

Anything to do about Wayland and things built around it.

Related Communities

founded 3 years ago
MODERATORS
6
submitted 10 months ago* (last edited 10 months ago) by max641 to c/[email protected]
 

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'
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 10 months ago* (last edited 10 months ago) (1 children)

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

[โ€“] max641 2 points 10 months ago

Thanks, bemenu works with a simple script.

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