rofi-calc shows its result in rofi's message widget, not a list entry,
so a tab-reachable calc mode renders it while a calc folded into
combi-modi does not (combi stays the active mode and drops the
sub-mode's message). List calc in modi and drop the dedicated key.
rofi-calc's live result only shows with the global -no-show-match flag,
which inside combi would unfilter the drun/run/window app search. Move
math evaluation to its own Super+C invocation carrying that flag, and
return combi to drun,run,window with emoji as the tab-away mode.
Move the calc mode into the combi prompt so math results show inline
alongside apps, leaving emoji as the one tab-away mode. Rebind the
power menu from Super+Escape to Super+Shift+X, pairing it with lock on
Super+X. Shorten the layer fade-in so the launcher appears quicker.
Add a rofi module to the desktop group, enabled by the aggregator.
It combines drun, run and window into one combi prompt, with calc and
emoji as further modes, bound on Super+R. A session menu built on the
same themed rofi is bound on Super+Escape, and every rofi -dmenu call
inherits the Stylix theme, so later utility menus reuse it for free.