From 13c0789b11776f498da45207b58b8fbcf6bebac7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 11 Feb 2017 13:30:54 +0100 Subject: [PATCH] Add rofi configuration --- tools/misc/rofi/config | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tools/misc/rofi/config diff --git a/tools/misc/rofi/config b/tools/misc/rofi/config new file mode 100644 index 0000000..dd02e24 --- /dev/null +++ b/tools/misc/rofi/config @@ -0,0 +1,26 @@ + +rofi.modi: drun,run,ssh,window +rofi.font: 'Roboto Mono' 14, FontAwesome 14 +rofi.color-normal: argb:d2424655, argb:d2838c9d, argb:d2424655, argb:d2424655, argb:d2f3f4f5 +rofi.color-window: argb:d2424655, argb:d2424655, argb:d2525863 + +rofi.fullscreen: true +rofi.padding: 400 +rofi.line-padding: 15 +rofi.line-margin: 0 + +! "Separator style (none, dash, solid)" +rofi.separator-style: solid + +! "Scrolling method. (0: Page, 1: Centered)" +rofi.scroll-method: 1 +!rofi.hide-scrollbar: false + +! "Window Format. w (desktop name), t (title), n (name), r (role), c (class)" +rofi.window-format: {w} {t} + +rofi.ssh-command: {terminal} -e '{ssh-client} {host}' +rofi.parse-known-hosts: false + +! "Set the matching algorithm. (normal, regex, glob, fuzzy)" +!rofi.matching: normal