Test commit. Please ignore
This commit is contained in:
parent
16fe321283
commit
2f3bbe3277
1 changed files with 28 additions and 0 deletions
28
rofi/.config/rofi/config2.rasi
Normal file
28
rofi/.config/rofi/config2.rasi
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
@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}";
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue