blob: ab98f4eb1b9be145fe2b8269726d6cf74d4457de (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* 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}";
}
|