From 21776eade701c97d7723e60a41c152923e8f5cbb Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 28 Jul 2021 18:38:52 +0100 Subject: [PATCH] Make urxvt larger by default --- roles/home-gui/files/Xresources | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-gui/files/Xresources b/roles/home-gui/files/Xresources index 5a7ccbb..a9f6937 100644 --- a/roles/home-gui/files/Xresources +++ b/roles/home-gui/files/Xresources @@ -18,6 +18,7 @@ URxvt*color14: #00f5e9 URxvt*color15: #eeeeec URxvt*font: xft:Monospace:Regular:size=10 URxvt*foreground: #d3d7cf +URxvt*geometry: 120x40 URxvt*letterSpace: -1 URxvt*locale: true URxvt*metaSendsEscape: true