stow_dotfiles/hypr/.config/rofi/config.rasi

35 lines
889 B
Text

/** Basic config file **/
configuration {
modes: "drun,ssh,filebrowser,run";
combi-modes: [ drun, window, ssh ];
show-icons: true;
icon-theme: "Papirus";
drun-display-format: "{icon} {name}";
display-drun: "  ";
display-run: "  ";
display-ssh: " 󰲝 SSH ";
display-filebrowser: " 󰪶 Files ";
display-Network: " 󰤨 Network ";
display-window: " 﩯 Window ";
display-combi: "  ";
terminal: "kitty";
run-command: "{cmd}";
run-list-command: "";
run-shell-command: "{terminal} -e {cmd}";
drun-url-launcher: "xdg-open";
sidebar-mode: true;
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
ssh-client: "ssh";
ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";
}
/*@theme "themes/sidetab-nord.rasi"*/
@theme "themes/catppuccin-mocha.rasi"