aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-22 21:08:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-22 21:10:11 +1300
commitb456da1a6ffde99c64d9f944169674eba235fe61 (patch)
treed388e8718460b89cdaa3827dc68788f350e8234f
parentMerge branch 'release/v1.74.0' into develop (diff)
downloaddotfiles-b456da1a6ffde99c64d9f944169674eba235fe61.tar.gz
dotfiles-b456da1a6ffde99c64d9f944169674eba235fe61.zip
Remove font settings
I'm pretty tired of messing with all these. The defaults are fine, and render nice and quickly; it's just too much of a hassle making it all pixel-perfect, and the anti-aliasing is so often just rubbish.
-rw-r--r--README.md7
-rw-r--r--X/Xresources.d/URxvt1
-rw-r--r--X/Xresources.d/Xft6
-rw-r--r--X/Xresources.d/xterm1
-rw-r--r--dunst/dunstrc1
-rw-r--r--i3/config4
-rw-r--r--vim/gvimrc7
7 files changed, 0 insertions, 27 deletions
diff --git a/README.md b/README.md
index c9241cb8..33f535ed 100644
--- a/README.md
+++ b/README.md
@@ -329,13 +329,6 @@ The included `.Xresources` file assumes that `urxvt` can use 256 colors and
Perl extensions. If you're missing functionality, try changing
`perl-ext-common` to `default`.
-My choice of font is [Ubuntu Mono](http://font.ubuntu.com/), but the file
-should allow falling back to the more common [Deja Vu Sans
-Mono](https://dejavu-fonts.github.io/). I've found
-[Terminus](http://terminus-font.sourceforge.net/) works well too, but bitmap
-fonts are not really my cup of tea. The Lohit Kannada font bit is purely to
-make ಠ\_ಠ work correctly. ( ͡° ͜ʖ ͡°) seems to work out of the box.
-
### tmux
These are just generally vi-friendly settings, not much out of the ordinary.
diff --git a/X/Xresources.d/URxvt b/X/Xresources.d/URxvt
index a8061f64..648ff95e 100644
--- a/X/Xresources.d/URxvt
+++ b/X/Xresources.d/URxvt
@@ -3,7 +3,6 @@ URxvt.buffered : false
URxvt.cursorBlink : on
URxvt.cutchars : <>│
URxvt.depth : 32
-URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Lohit Kannada
URxvt.internalBorder : 0
URxvt.iso14755 : false
URxvt.iso14755_52 : false
diff --git a/X/Xresources.d/Xft b/X/Xresources.d/Xft
deleted file mode 100644
index dd28d4ee..00000000
--- a/X/Xresources.d/Xft
+++ /dev/null
@@ -1,6 +0,0 @@
-! Fonts
-Xft.antialias : 1
-Xft.dpi : 96
-Xft.hinting : -1
-Xft.hintstyle : hintnone
-Xft.rgba : none
diff --git a/X/Xresources.d/xterm b/X/Xresources.d/xterm
index ffa29689..336981f8 100644
--- a/X/Xresources.d/xterm
+++ b/X/Xresources.d/xterm
@@ -3,7 +3,6 @@ xterm*bellIsUrgent : true
xterm*internalBorder : 0
xterm*colorMode : false
xterm*eightBitInput : false
-xterm*faceName : Ubuntu Mono:size=12
xterm*locale : true
xterm*metaSendsEscape : true
xterm*termName : xterm-mono
diff --git a/dunst/dunstrc b/dunst/dunstrc
index ea4a6392..a957b2c6 100644
--- a/dunst/dunstrc
+++ b/dunst/dunstrc
@@ -4,7 +4,6 @@
bounce_freq = 0
dmenu = dmenu -p dunst:
follow = mouse
- font = Verdana 11 Bold
format = "%s %b"
geometry = "350x5-0-17"
history_length = 20
diff --git a/i3/config b/i3/config
index 3c063c94..6fa0a0de 100644
--- a/i3/config
+++ b/i3/config
@@ -1,9 +1,6 @@
# Use Mod4 as modifier
set $mod Mod4
-# Use Verdana as the system font
-font pango:Verdana 7
-
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
@@ -87,7 +84,6 @@ mode "resize" {
# i3bar at bottom of screen
bar {
- font pango:Verdana 7
position bottom
status_command i3status --config ~/.i3/status
workspace_buttons yes
diff --git a/vim/gvimrc b/vim/gvimrc
index 33301da8..52ccf192 100644
--- a/vim/gvimrc
+++ b/vim/gvimrc
@@ -1,10 +1,3 @@
-" Ubuntu Mono on Unix, Consolas on Windows
-if has('unix')
- set guifont=Ubuntu\ Mono\ 12
-elseif has('win32') || has('win64')
- set guifont=Consolas:h11,Courier\ New:h11
-endif
-
" Reset GUI options
set guioptions=
set guioptions+=a " Use the system GUI clipboard