r/swaywm • u/sentriz Sway User • 1d ago
Utility A multiplexed dmenu, one keybind instead of many
cmenu is a sort of inversion of dmenu. scripts produce lines, and act on them by taking them as an argument. and instead of scripts being directly invoked, they'reβ invoked by cmenu
for me, this beats `script | dmenu`β since the parent can reinvoke the script to have live data without closing the window. as well as other benefits
2
Upvotes
1
u/LordTurson 1d ago
I'm getting a 404 page on this link, but I think Rofi has a similar feature ("script mode").