Update the rofi config format

This commit is contained in:
Tobias Reisinger 2020-09-18 23:36:08 +02:00
parent 98a74f6279
commit 36266195d1
2 changed files with 10 additions and 10 deletions

10
.config/rofi/config.rasi Normal file
View file

@ -0,0 +1,10 @@
configuration {
modi: "combi,ssh,run,window";
font: "hack 10";
show-icons: true;
ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
icon-theme: ""Papirus-Dark"";
drun-display-format: ""{name}"";
combi-modi: "drun,ssh,run";
theme: "/usr/share/rofi/themes/Arc-Dark.rasi";
}