1
0
Fork 0
dotfiles/.config/rofi/config.rasi
Lucas Sta Maria e0e0f9deb3
fix(rofi): clean up config and add theme
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-09-28 18:07:19 -04:00

18 lines
336 B
Text

configuration {
modes: "window,drun,run,ssh";
font: "Roboto Mono Medium 11.0";
location: 0;
yoffset: 0;
xoffset: 0;
show-icons: true;
terminal: "alacritty";
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}
@theme "./theme.rasi"