You are not logged in.
Pages: 1
vifm appears in dmenu, but selecting it does nothing
I can open vifm directly in the terminal and it opens
Sending the output of dmenu_run to a file doesn't give anything
Symlinking bash instead of dash to sh doesn't do anything
i use doas btw
Offline
To my knowledge, dmenu can't run terminal programs. you can likely create a script or something equivalent that will open a terminal with vifm instead of a shell but that seems like the extent of it.
Offline
Oh, well. I could've sworn I ran ncdu (ncurses program) through dmenu at one point, lmao. My apologies for littering the board
I just added a command to dwm's config header, Super+P runs dmenu as usual, but Super+Shift+P runs:
termite -e $(dmenu_path | dmenu)That's intentionally reminiscent of rofi, where you have to press Shift+Enter to run something in a terminal.
i use doas btw
Offline
Pages: 1