diff options
author | Alan Pearce | 2017-11-25 00:34:07 +0100 |
---|---|---|
committer | Alan Pearce | 2017-11-25 00:35:02 +0100 |
commit | 4515a1f73fcb74be525670769815ae4feb1310a4 (patch) | |
tree | fd3c08e35f6293ae12aecf8e5a2b6c62c8374ec4 /xresources | |
parent | 45d2d53579e59f0ff4c6ceb4163ede9b26633bfd (diff) | |
download | dotfiles-4515a1f73fcb74be525670769815ae4feb1310a4.tar.lz dotfiles-4515a1f73fcb74be525670769815ae4feb1310a4.tar.zst dotfiles-4515a1f73fcb74be525670769815ae4feb1310a4.zip |
Xresources: set font for rofi
Diffstat (limited to 'xresources')
-rw-r--r-- | xresources/.xresources/main | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 821392d..ec0c6cf 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -10,6 +10,8 @@ Emacs.MenuBar: off Emacs.ScrollBars: off Emacs.CursorBlink: off +rofi.font: Fantasque Sans Mono 18 + URxvt.fading: 0 URxvt.geometry: 100x40 URxvt.urgentOnBell: true |