diff options
author | Franck Cuny <franck@fcuny.net> | 2020-09-23 17:44:13 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-09-23 17:44:13 -0700 |
commit | f3889cbe59dd49ed829a34c11bf23f8c494a0dc6 (patch) | |
tree | 12139289e072b71235bfee1114fa206db39b89f6 /config/i3 | |
parent | xsession: use Berkeley's lat/long (diff) | |
download | emacs.d-f3889cbe59dd49ed829a34c11bf23f8c494a0dc6.tar.gz |
fonts: let's use DejaVu where possible
Also use 180 for the DPI.
Diffstat (limited to 'config/i3')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/i3/config b/config/i3/config index ec020b1..7797e90 100644 --- a/config/i3/config +++ b/config/i3/config @@ -6,7 +6,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Bitstream Vera Sans Mono 8 +font pango:DejaVu Sans Mono 8 set $Locker i3lock && sleep 1 |