diff options
-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: |