.dotfiles/.config/rofi/config.rasi
2025-05-18 16:26:09 +03: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"