Commit Graph

4 Commits

Author SHA1 Message Date
6149fd8fa6 fix(desktop): make calc a tab-reachable mode again (task 0024)
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.
2026-07-22 16:16:50 -04:00
af5922b681 fix(desktop): give calc its own key instead of combi (task 0024)
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.
2026-07-22 16:10:10 -04:00
05044de33e feat(desktop): fold calc into combi and rebind the power menu (task 0024)
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.
2026-07-22 16:04:03 -04:00
2f98344e91 feat(desktop): add the rofi launcher (task 0024)
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.
2026-07-22 15:52:21 -04:00