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 /i3wm/.i3/config | |
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 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 77f9073..78719ad 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -82,7 +82,7 @@ bar { workspace_buttons yes tray_output LVDS1 - font pango:Fantasque Sans Mono 16px + font pango:Iosevka Medium 14px colors { background #161616 @@ -95,7 +95,7 @@ bar { } } -font pango:Fantasque Sans Mono 16px +font pango:Iosevka Medium 14px hide_edge_borders both client.focused #909737 #909737 #222222 |