aboutsummaryrefslogtreecommitdiff
path: root/dot_Xresources.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-01 13:04:05 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-01 13:04:05 -0500
commitffc9e9269d5d68c36ed166acfedc767e173a69cf (patch)
treef23382416ef6c93ee03f211d134087687298683f /dot_Xresources.tmpl
parentzeta xinitrc (diff)
XConsole settings
Diffstat (limited to 'dot_Xresources.tmpl')
-rw-r--r--dot_Xresources.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl
index 993f9ad..6bae1db 100644
--- a/dot_Xresources.tmpl
+++ b/dot_Xresources.tmpl
@@ -28,6 +28,15 @@ URxvt.keysym.C-slash: font-size:show
URxvt.keysym.M-Y: perl:mark-and-yank:activate_mark_mode
URxvt.keysym.M-U: perl:mark-and-yank:activate_mark_url_mode
+XConsole*background: black
+XConsole*foreground: white
+XConsole*borderWidth: 2
+XConsole*borderColor: grey
+XConsole.text.geometry: 480x130
+XConsole.verbose: true
+XConsole*iconic: true
+XConsole*font: fixed
+
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintfull
@@ -67,13 +76,4 @@ xscreensaver.timeout: 0:02:00
xscreensaver.timestamp: True
xscreensaver.unfade: False
-XConsole*background: black
-XConsole*foreground: white
-XConsole*borderWidth: 2
-XConsole*borderColor: grey
-XConsole.text.geometry: 480x130
-XConsole.verbose: true
-XConsole*iconic: true
-XConsole*font: fixed
-
! vim: set ft=xdefaults: