mass update.
[my-dotfiles.git] / oldies / rofi / blackpearl / shared / settings.rasi
diff --git a/oldies/rofi/blackpearl/shared/settings.rasi b/oldies/rofi/blackpearl/shared/settings.rasi
new file mode 100644 (file)
index 0000000..49b85cd
--- /dev/null
@@ -0,0 +1,19 @@
+configuration {
+       modi: "run,window,drun,ssh";
+       font: "Droid Sans Mono 12";
+       drun-display-format: "{icon} <span weight='light' size='small'><i>{name}</i></span>";
+    display-drun: "Apps";
+       show-icons: true;
+       icon-theme: "MB-Mango-Suru-GLOW";
+       drun-match-fields: "name,generic,exec,category";
+       hide-scrollbar: true;
+       cycle: true;
+/*    fullscreen: true;*/
+       sidebar-mode: false;
+       terminal: "urxvt";
+       ssh-client: "ssh";
+       ssh-command: "{terminal} -e {ssh-client} {host}";
+       run-command: "{cmd}";
+       run-shell-command: "{terminal} -e {cmd}";
+       cache-dir: "/home/danix/.cache/";
+}