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 /pwmt | |
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 'pwmt')
-rw-r--r-- | pwmt/.config/jumanji/jumanjirc | 2 | ||||
-rw-r--r-- | pwmt/.config/zathura/zathurarc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pwmt/.config/jumanji/jumanjirc b/pwmt/.config/jumanji/jumanjirc index fe6d7b7..2bed71c 100644 --- a/pwmt/.config/jumanji/jumanjirc +++ b/pwmt/.config/jumanji/jumanjirc @@ -1,4 +1,4 @@ -set font "Fantasque Sans Mono 12" +set font "Iosevka 14px" set scroll-step 80 set download-dir ~/downloads/ diff --git a/pwmt/.config/zathura/zathurarc b/pwmt/.config/zathura/zathurarc index 3438286..5103873 100644 --- a/pwmt/.config/zathura/zathurarc +++ b/pwmt/.config/zathura/zathurarc @@ -1,4 +1,4 @@ -set font "Fantasque Sans Mono 12" +set font "Iosevka 14px" set inputbar-bg "#161616" set inputbar-fg "#909737" |