diff options
author | Amin Bandali <amin@aminb.org> | 2017-12-13 14:09:45 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-12-13 14:09:45 -0500 |
commit | 161c93e90668ee7ea7350e2bb914eff827d2f672 (patch) | |
tree | f220e06d7213668186363d378ea69b538caf7ec0 /rofi | |
parent | 9494231456fe472e24edd88d79b87c87aff5350a (diff) | |
download | configs-161c93e90668ee7ea7350e2bb914eff827d2f672.tar.gz configs-161c93e90668ee7ea7350e2bb914eff827d2f672.tar.xz configs-161c93e90668ee7ea7350e2bb914eff827d2f672.zip |
Updates
Diffstat (limited to '')
-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 54afb77..32bcbb8 100644 --- a/rofi/.config/rofi/config +++ b/rofi/.config/rofi/config @@ -1,12 +1,13 @@ ! rofi.font: Ubuntu Mono 10.5 -rofi.font: Inconsolata 16 +!rofi.font: Inconsolata 16 +rofi.font: Iosevka 13 ! rofi.font: Source Code Pro 11 rofi.modi: run,window ! rofi.width: 640 rofi.width: 600 -rofi.location: 2 -rofi.yoffset: 200 +!rofi.location: 2 +!rofi.yoffset: 200 rofi.monitor: -1 -rofi.lines: 7 +rofi.lines: 10 rofi.theme: /usr/share/rofi/themes//gruvbox-light.rasi |