diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-08-28 10:59:36 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-08-28 10:59:36 +0200 |
commit | af46583c1834597b540800a824106f9d15fdaa90 (patch) | |
tree | 486a086b24d6454c76bc3fd8fe4563d4964b4794 /xorg | |
parent | 17ac0f1db46b92a010fc3403a58d345669971985 (diff) |
xresources fixes
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xresources | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xresources b/xorg/xresources index 9238f82..6a9d1ec 100644 --- a/xorg/xresources +++ b/xorg/xresources @@ -1,4 +1,7 @@ -urxvt*termName: rxvt +URxvt.termName: rxvt +URxvt.keysym.Shift-Up: command:\033]720;1\007 +URxvt.keysym.Shift-Down: command:\033]721;1\007 +URxvt.perl-ext-common: digital-clock *font: xft:Terminus:size=8:antialias=false *geometry: 110x24 @@ -18,9 +21,6 @@ urxvt*termName: rxvt *visualBell: false *cursorUnderline: true -URxvt.keysym.Shift-Up: command:\033]720;1\007 -URxvt.keysym.Shift-Down: command:\033]721;1\007 - *background: #000000 *foreground: #ffffff *color0: #1B1D1E @@ -39,5 +39,3 @@ URxvt.keysym.Shift-Down: command:\033]721;1\007 *color14: #899CA1 *color7: #CCCCC6 *color15: #F8F8F2 - -urxvt.perl-ext-common: digital-clock |