1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Add rofi configuration

This commit is contained in:
Valentin Brandl 2017-02-11 13:30:54 +01:00
parent 27f5fb42c9
commit 13c0789b11
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

26
tools/misc/rofi/config Normal file
View File

@ -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