home.social

#dmenu — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dmenu, aggregated by home.social.

  1. What’s your feeling on Google #keep #notion Or, do you have a preference for sharing a text or checkbox-type list?

    In a perfect full GNU/#linux world, I would want the list to be in #dmenu (#suckless software), but idk about the file sharing aspect.

    I don’t like Resilio. It just hasn’t worked out reliably when I tried. Plus, it is a bit of a drag being proprietary. Dropbox functions better anyway, so it remains a little lingering tech question of mine: what is the best free (FOSS) alternative?

  2. This is a really lovely launcher.

    github.com/vicinaehq/vicinae

    It will replace #dmenu for me (RIP Xorg).

    One piece of software I miss is sxhkd for defining global shortcuts with a plain text file. Does anything like that exist for #Wayland? #Linux

  3. CW: mention of suckless, fascism

    I have an obscure problem.

    I really like #dmenu for its simplicity and functionality.

    But I don't like nazis. And I'd really like to use software that isn't made by them.

    I've tried configuring and using #rofi but I just don't like it. Has anybody found an X11 launcher with the same feel as dmenu, but with devs that are less bent on seeing people like me dead?

  4. I got tired of Windows Start Menu's bloat and lag, so I built WindMenu, a dmenu-like launcher for Windows.

    Keyboard-first, minimal UI, instant response, pure Win32 APIs. Here's how it took shape:
    zwit.link/posts/windmenu-windo

  5. All done, I think. That was fun, I forgot how much I enjoy patching and playing with configs.

    👻

  6. For your curiosity's sake..😜

    Context: Yesterday's video shortcoming....fixed

    youtu.be/nEbb5aAS9cE

  7. I can't believe it took me until 2025 to realize that I needed a rofi-based address book for email address completions everywhere.

    #rofi #dmenu

  8. @warmaster

    I found this project called `tofi` that seems to work the same way as dmenu but for Wayland. It is not in the Arch repos only in the AUR, so I guess it is not that popular.

    Might be `rofi` the good option? It seems to have a Wayland-compatible version, too. What do you think?

    github.com/philj56/tofi
    github.com/lbonn/rofi

  9. My kingdom for two rows of favorites in (on ).

    It's such an awesome launcher. It's like using / / on your phone ;)

  10. Watching videos with #dmenu and #links2

    This is the barebones script for video-watching from my ratpoison companion #serpico, adapted for dmenu.

    Except for the search option, a valid video url must be selected, either with cursor keys or hovered over with a mouse.

    Links2 must be focused for it to work, so execute the script externally (either with a delay, or through a key-binding). The example uses a #cwm keybiding Super+l.

    triapul.cz/files/prog/links-vi

    #invidious #links2gang #ksh #openbsd

  11. use #dmenu to find and play a song through #mpd:

    ```
    #!/bin/ksh
    query=$(mpc listall | dmenu -l 24 -i)
    if [[ $(mpc) != *paused* || $(mpc) != *playing* ]]; then
    mpc play; fi
    if [[ $query != "" ]]; then
    mpc insert "$query"; mpc next
    fi
    ```

    (this suggests you have mpd running and correctly set up)
    #serpico #tutorial

    edit: the previous version didn't work if mpd was stopped.

  12. Artix Linux + DWM — моя кастомизация

    Я пользуюсь Linux'ом уже больше полтора года. Начинал я с Linux Mint, а сейчас у меня стоит Artix Linux.

    habr.com/ru/articles/776204/

    #linux #unix #dwm #dmenu #slstatus #артикс #динит #artix #dinit

  13. I call this one 'Goodbye links/ratpoison'

    A runner-up title was 'what ads?'

    video watching through #dmenu. While this is still recorded in #ratpoison, my project is no longer dependent on it.

    #serpico #invidious

    ft. @neauoire's video youtube.com/watch?v=B6qUgpaq6a