diff options
author | Adrian Kummerlaender | 2017-02-09 18:32:42 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2017-02-09 18:32:42 +0100 |
commit | 4b35ace55a6e906635885307ada373741511d1a1 (patch) | |
tree | e1477f3385af2d7d8ef7ecc704edbd6f40d2d00b /xorg/.Xresources | |
parent | 27c3cb4d500606871c92e451f3b766d88763148f (diff) | |
download | dotfiles-4b35ace55a6e906635885307ada373741511d1a1.tar dotfiles-4b35ace55a6e906635885307ada373741511d1a1.tar.gz dotfiles-4b35ace55a6e906635885307ada373741511d1a1.tar.bz2 dotfiles-4b35ace55a6e906635885307ada373741511d1a1.tar.lz dotfiles-4b35ace55a6e906635885307ada373741511d1a1.tar.xz dotfiles-4b35ace55a6e906635885307ada373741511d1a1.tar.zst dotfiles-4b35ace55a6e906635885307ada373741511d1a1.zip |
Change font to _Iosevka_
More narrow than _Fantasque Sans Mono_, nice ligations for e.g. Haskell
Diffstat (limited to 'xorg/.Xresources')
-rw-r--r-- | xorg/.Xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index 384b04b..e27cb97 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,7 +1,7 @@ URxvt.saveLines: 10000 URxvt.scrollBar: false -URxvt.font: xft:Fantasque Sans Mono:size=10 -URxvt.letterSpace: -1 +URxvt.font: xft:Iosevka:pixelsize=12 +URxvt.letterSpace: 0 URxvt.transparent: false URxvt.inheritPixmap: false URxvt.fading: 20 @@ -55,7 +55,7 @@ URxvt.color15: #ffffff !rofi configuration rofi.location: 2 -rofi.font: Fantasque Sans Mono 11 +rofi.font: Iosevka 16px rofi.color-enabled: true rofi.color-window: #222222, #909737, #000000 rofi.color-normal: #222222, #8e8e8e, #161616, #111111, #aadb0f |