.dotfiles/.config/rofi/config.rasi
2026-02-23 22:20:58 +02:00

20 lines
328 B
Text

configuration {
matching: "fuzzy";
sort: true;
sorting-method: "fzf";
window-format: "{t}";
display-window: "";
display-combi: "";
monitor: -5;
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}
@theme "squared-nord"