diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-01 13:04:05 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-01 13:04:05 -0500 |
commit | ffc9e9269d5d68c36ed166acfedc767e173a69cf (patch) | |
tree | f23382416ef6c93ee03f211d134087687298683f | |
parent | zeta xinitrc (diff) |
XConsole settings
Diffstat (limited to '')
-rw-r--r-- | dot_Xresources.tmpl | 18 |
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: |