dotfiles/.config/rofi/00-terminal.rasi
2026-05-13 20:41:13 +02:00

8 lines
288 B
Text

/* Global Rofi runtime configuration overrides
* Ensures terminal-based apps launched from drun/run use kitty instead of xterm.
*/
configuration {
terminal: "kitty";
// keep run-shell explicit to avoid theme overrides changing behavior
run-shell-command: "{terminal} -e {cmd}";
}