Just switched from #dmenu to rofi and I love it!
#rofi #suckless
GitHub - davatorium/rofi: Rofi: A window switcher, application launcher and dmenu replacement

Rofi: A window switcher, application launcher and dmenu replacement - davatorium/rofi

GitHub

@aidalgol It's cool, yes, but I'm somewhat grumpy about it. I've updated my system recently and rofi broke my customizations for two reasons:

- It now looks them up in a different config file (~/.config/rofi/config.rasi instead of ~/.config/rofi/config), something I've found out with strace because the manual was less than clear about the change
- The different config file name has been prompted by an incompatible config file format change (it now resembles CSS rather than an INI file)

Neither is exactly hard to figure out, but I don't believe the changes are an overall improvement for users. For developers, sure, there's one less config format to care about.