diff options
author | Amin Bandali <amin@aminb.org> | 2017-07-30 20:41:42 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-07-30 20:41:42 -0400 |
commit | 4f7d279faeeb551fcff6388b6caa7b231a8254d3 (patch) | |
tree | b0aea967c3f1c9e89a7c0a4634065d93337a1cab /rofi | |
parent | ac597d36cea3a01ee9f2bd54b3862bec200f7a1a (diff) | |
download | configs-4f7d279faeeb551fcff6388b6caa7b231a8254d3.tar.gz configs-4f7d279faeeb551fcff6388b6caa7b231a8254d3.tar.xz configs-4f7d279faeeb551fcff6388b6caa7b231a8254d3.zip |
Lots of Xresources-style font comments
I can't be bothered to remember or write from
scratch my Xresources font settings, so I tend
to accumulate them and later uncomment whichever
one I'd like to use and comment the rest.
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/.config/rofi/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config index ca9e6d2..db39ff3 100644 --- a/rofi/.config/rofi/config +++ b/rofi/.config/rofi/config @@ -1,7 +1,8 @@ -rofi.font: Ubuntu Mono 10.5 -! rofi.font: Inconsolata 12 +! rofi.font: Ubuntu Mono 10.5 +rofi.font: Inconsolata 12 +! rofi.font: Source Code Pro 11 rofi.modi: run,window -rofi.width: 520 +rofi.width: 640 rofi.monitor: -1 -#include "/usr/share/rofi/themes//gruvbox-light.theme" +rofi.theme: /usr/share/rofi/themes//gruvbox-light.rasi |