dotfiles/home/user/.config/rofi/config.rasi
2025-02-05 14:10:34 +03:00

11 lines
223 B
Plaintext

configuration {
show-icons: true;
terminal: "alacritty";
font: "xft:FiraCode 12";
kb-accept-entry: "Ctrl+m";
kb-row-up: "Ctrl+k";
kb-row-down: "Ctrl+j";
kb-remove-to-eol: "";
}
@theme "Arc-Dark"