From b456da1a6ffde99c64d9f944169674eba235fe61 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Nov 2018 21:08:09 +1300 Subject: 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. --- README.md | 7 ------- X/Xresources.d/URxvt | 1 - X/Xresources.d/Xft | 6 ------ X/Xresources.d/xterm | 1 - dunst/dunstrc | 1 - i3/config | 4 ---- vim/gvimrc | 7 ------- 7 files changed, 27 deletions(-) delete mode 100644 X/Xresources.d/Xft 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 -- cgit v1.2.3