diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-06 23:33:31 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-06 23:33:31 -0400 |
commit | 8bbb67ce1950243d6c0a9fb0f685bfc795d687be (patch) | |
tree | 3e322cd109e4af1f12d977c137612f9031733f87 /.config/rofi | |
parent | d7b88f06c1a9623caf5d01774c4f2b12e460fe58 (diff) | |
download | configs-8bbb67ce1950243d6c0a9fb0f685bfc795d687be.tar.gz configs-8bbb67ce1950243d6c0a9fb0f685bfc795d687be.tar.xz configs-8bbb67ce1950243d6c0a9fb0f685bfc795d687be.zip |
rofi,rofi-pass: add back configs for now
until i get around to implementing an autotype functionality from
within emacs (using xdotool, of course)
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/rofi/config b/.config/rofi/config new file mode 100644 index 0000000..2536673 --- /dev/null +++ b/.config/rofi/config @@ -0,0 +1,19 @@ +! rofi.font: Ubuntu Mono 13 +! rofi.font: Inconsolata 16 +! rofi.font: Iosevka 13 +! rofi.font: Source Code Pro 11 +rofi.font: Source Code Pro 10.5 +rofi.modi: run,window +! rofi.width: 640 +rofi.width: 600 +!rofi.location: 2 +!rofi.yoffset: 200 +rofi.monitor: -1 +!rofi.lines: 10 + +!rofi.theme: ~/usr/local/share/rofi/themes/Arc.rasi +!rofi.theme: ~/usr/local/share/rofi/themes/Paper.rasi +!rofi.theme: ~/usr/local/share/rofi/themes/sidebar.rasi + +!rofi.theme: ~/usr/local/share/rofi/themes/gruvbox-light.rasi +rofi.theme: ~/usr/local/share/rofi/themes/gruvbox-light-hard.rasi |