summaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r--.config/rofi/config.rasi9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 0892037..7ff37c2 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -1,12 +1,12 @@
@theme "solarized"
configuration {
-/* modi: "window,run,ssh";*/
+ modi: "combi,filebrowser";
/* font: "mono 12";*/
/* location: 0;*/
/* yoffset: 0;*/
/* xoffset: 0;*/
/* fixed-num-lines: true;*/
-/* show-icons: false;*/
+ show-icons: true;
/* terminal: "rofi-sensible-terminal";*/
/* ssh-client: "ssh";*/
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
@@ -27,13 +27,13 @@ configuration {
/* sorting-method: "normal";*/
/* case-sensitive: false;*/
/* cycle: true;*/
-/* sidebar-mode: false;*/
+ sidebar-mode: true;
/* hover-select: false;*/
/* eh: 1;*/
/* auto-select: false;*/
/* parse-hosts: false;*/
/* parse-known-hosts: true;*/
-/* combi-modi: "window,run";*/
+ combi-modi: "run,ssh";
/* matching: "normal";*/
/* tokenize: true;*/
/* m: "-5";*/
@@ -144,5 +144,6 @@ configuration {
filebrowser {
directories-first: true;
sorting-method: "name";
+ directory: "/home/atc";
}
}