1
Fork 0
dotfiles/.config/rofi/config.rasi

18 lines
237 B
Plaintext
Raw Normal View History

2024-02-24 12:13:53 +00:00
configuration {
font: "Hasklig 12";
modes: "drun,run";
terminal: "kitty";
filebrowser {
directories-first: true;
sorting-method: "name";
}
timeout {
action: "kb-cancel";
delay: 0;
}
}
@theme "theme.rasi"