28 lines
754 B
Text
28 lines
754 B
Text
@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
|
|
configuration{
|
|
modi:"run,drun";
|
|
modes:"run,drun,ssh,filebrowser";
|
|
icon-theme:"Papirus";
|
|
show-icons: true;
|
|
terminal:"kitty";
|
|
drun-display-format: "{icon} {name}";
|
|
location: 0;
|
|
disable-history: false;
|
|
hide-scrollbar: true;
|
|
display-drun: " Apps ";
|
|
display-run: " Run ";
|
|
display-ssh: " SSH ";
|
|
display-filebrowser: " Files " ;
|
|
run-command: "{cmd}";
|
|
drun-url-launcher: "xdg-open";
|
|
sidebar-mode: true;
|
|
filebrowser {
|
|
directories-first: true;
|
|
sorting-method: "name";
|
|
}
|
|
ssh-client: "ssh";
|
|
ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";
|
|
run-command: "{cmd}";
|
|
run-list-command: "";
|
|
run-shell-command: "{terminal} -e {cmd}";
|
|
}
|