dotfiles/rofi/config.rasi
Arne Dußin 2c0e4f885e add initial unsanitised dotfiles
Adds the clearest current starting point of my dotfiles I can make out.
There is no way to automate anything yet. Lots of stuff is missing from
the nix configuration, which needs to be added per machine.
2025-02-26 00:02:52 +01:00

14 lines
267 B
Text

configuration {
font: "DaddyTimeMono Nerd Font 14";
show-icons: true;
sort: true;
sorting-method: "fzf";
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}