From 04aaaad802be7ae83a69f3c583b391a9990af33c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 16 Oct 2012 07:19:56 +0200 Subject: [PATCH] Xdefaults: Fix alignment in a few places. --- Xdefaults.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Xdefaults.in b/Xdefaults.in index a554101..9ecdaae 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -22,13 +22,13 @@ ! Use gray on black with a light yellow cursor in terminals. -Term*foreground: #cccccc -Term*background: #000000 +Term*foreground: #cccccc +Term*background: #000000 Term*cursorColor: #ffff66 ! Disable the scrollback buffer. I use screen/tmux so it is not necessary. XTerm*saveLines: 0 -Rxvt*saveLines: 0 +Rxvt*saveLines: 0 ! Use the meta-key as expected by emacs/irssi. XTerm*metaSendsEscape: true @@ -43,7 +43,7 @@ XTerm.termName: xterm-256color ! Enable transparency. Rxvt*transparent: true -Rxvt*shading: 10 +Rxvt*shading: 10 ! Do not use any perl extension scripts. Rxvt*perl-ext-common: -- 2.44.1