Looking for a good app launcher for Linux. Currently looking for something for Arch and I see there’s a lot of options liks rofi and wofi. What are your favourite app launchers and why?

  • @[email protected]
    link
    fedilink
    342 months ago

    Arch is just a distro. What DE or Window manager are you on, Wayland or still XOrg?

    rofi and wofi are a good example how this question makes no sense.

    • @[email protected]OP
      link
      fedilink
      72 months ago

      You’re right I sbould have included that in the question. I’m on Hyprland with Wayland so there are quite a few choices. I mentioned rofi (rofi-wayland) and wofi because I can see that they are both options here.

      • @beerclue
        link
        7
        edit-2
        2 months ago

        Fuzzel works great for me on Hyprland.

      • @Ziglin
        link
        32 months ago

        I use a Wayland version of rofi when I use hyprland though wofi probably works fine too (which I believe is default as per the config).

  • @[email protected]
    link
    fedilink
    292 months ago

    I just use whatever is included with the desktop environment. On KDE and GNOME launching an application involves pressing the Super (“Windows”) key, typing the first couple of letters of the application I want to launch and pressing the return key.

    I might be missing something here but I don’t know how other launchers could possibly make this a simpler process.

    • @[email protected]
      link
      fedilink
      42 months ago

      I also use krunner but unless I’ve misconfigured it, I wouldn’t call it fast (and it freezes a lot since it runs in the background).

      Compared to when I used rofi on hyprland (which was really fast). I’m back on KDE cause of the hyprland toxicity debacle, and honesty the only thing that isn’t fast, customizable, and reliable is the app runner.

      Krunner also has a weird quirk where as it loads entries, it will change the currently selected option so when you hit Enter, it will actually not execute the one you want, but instead run “Install <random package from fuzzy search>”

      Talking out loud I should probably bind alt+space to back to rofi or try Fuzzel or something

        • @oong3Eepa1ae1tahJozoosuu
          link
          12 months ago

          Yes, good addition to my comment, the first thing I do after a new install is also disabling most of the plugins, since there a LOT.

  • @TootSweet
    link
    English
    62 months ago

    I use dmenu_run because it’s ridiculously minimal, has zero dependencies, is very fast, and fits with the i3 aesthetic well.

  • @[email protected]
    link
    fedilink
    52 months ago

    I like fuzzel, had a few issues with dpi scaling on wofi out of the box.

    Easy to integrate clipboard/window select/dmenu binds and a way to distinguish indexed entries from straight text was a plus.

    Honestly unless you’re going out of the box to something new (Walker and anyrun caught my eye) dmenu has had everything I needed for years… But I don’t want to set it up again. Not again.

  • @sabin
    link
    52 months ago

    I ended up coding my own.

    Lots of stuff I’d want in an applications launcher on hyperland. I’d need it to have all the functions of the important system indicators and essentially take the role of the top panel in gnome.

  • @GustavoM
    link
    English
    52 months ago

    bemenu. Type stuff in popup, press enter, no confettis thrown on your face.

  • @hushable
    link
    42 months ago

    I’ve been using ULauncher for a while and I’m quite happy with it, it has plugin support too.

  • bledley
    link
    English
    42 months ago

    Very comfortable with Rofi. It’s especially nice in a window manager as it also works as a switcher or shortcut to your open programs.

  • www-gem
    link
    fedilink
    42 months ago

    I use rofi as my app launcher and more. I’ve share my old script here.

    I have now extended this script to support the following:

    • execute a command if the input text belongs to /bin or /usr/local/bin
    • do some basic maths (using menu-calc)
    • open url in my web browser if the input text starts starts with http(s) or ends with .xxx (where x is any letter)
    • translate the input text in English/French using the deepl website if the input text starts with dpen/dpfr
    • search the input text with searx (if all the above failed)
    • manage my web bookmarks (using buku)
    • manage my clipboard (using copyq)
    • manage my passwords and autofill fields (using pass)
    • manage bluetooth devices
    • manage audio sinks and sources
    • manage my wifi and vpn
    • manage my tmux sessions
  • @[email protected]
    link
    fedilink
    32 months ago

    I’m fine with Rofi. I’ve used xfce4-appfinder also, it’s less minimal, not configurable (good graphical defaults, might be what you want).