diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-24 20:53:54 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-24 20:53:54 -0400 |
commit | ffdd4956f15fa2d30167e7a6686f5a250f400e30 (patch) | |
tree | 5237b21ae84498c0971b2b5e48feb87154f0d18e | |
parent | f0048ea63989705ad8b225331078af072750de92 (diff) | |
download | configs-ffdd4956f15fa2d30167e7a6686f5a250f400e30.tar.gz configs-ffdd4956f15fa2d30167e7a6686f5a250f400e30.tar.xz configs-ffdd4956f15fa2d30167e7a6686f5a250f400e30.zip |
[rc/sway] change font from Ubuntu Mono to DejaVu Sans Mono
looks better than Ubuntu Mono after the following recent changes:
https://github.com/swaywm/sway/pull/2677
https://github.com/swaywm/sway/pull/2691
-rw-r--r-- | rc.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4030,7 +4030,10 @@ bar { } # font pango: benis uushi 9 -font pango: Ubuntu Mono 11 +# font pango: Ubuntu Mono 11 +# font pango: Inconsolata 11 +font pango: DejaVu Sans Mono 9 +# font pango: Liberation Mono 9 include /etc/sway/config.d/* #+end_src |