8 lines
288 B
Text
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}";
|
|
}
|