mass update.
[my-dotfiles.git] / rofi / blackpearl / shared / settings.rasi
diff --git a/rofi/blackpearl/shared/settings.rasi b/rofi/blackpearl/shared/settings.rasi
deleted file mode 100644 (file)
index 49b85cd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-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/";
-}