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'
  • BlanK0@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    6 months ago

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

    • max641@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      Thanks, bemenu works with a simple script.

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