mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 08:23:27 +01:00
27 lines
758 B
Plaintext
27 lines
758 B
Plaintext
|
|
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
|