diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-09-20 20:24:45 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-10-14 16:29:00 +0200 |
commit | 95fb4377d328e428f5e07ff154e06780e4166ece (patch) | |
tree | 408e68e50dc0059d587a7b93ad3703e0e834dc7e /Xresources/.Xresources | |
parent | a8224fda63571be856a0353903e6d7d1cbff45cb (diff) |
[vim] Make minor changes
Diffstat (limited to 'Xresources/.Xresources')
-rw-r--r-- | Xresources/.Xresources/base | 4 | ||||
-rw-r--r-- | Xresources/.Xresources/nord | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Xresources/.Xresources/base b/Xresources/.Xresources/base index 0afa832..c26105c 100644 --- a/Xresources/.Xresources/base +++ b/Xresources/.Xresources/base @@ -24,6 +24,7 @@ URxvt.keysym.M-y: perl:clipboard:copy URxvt.keysym.M-p: perl:clipboard:paste URxvt.resize-font.smaller: C-minus URxvt.resize-font.bigger: C-plus +URxvt.fading: 35 ! Appearance /* URxvt*font: xft:DejaVu Sans Mono:size=12 */ @@ -31,5 +32,8 @@ URxvt*font: xft:monaco:size=11.5 URxvt*scrollBar: false URxvt*internalBorder: 0 +! $TERM environment variable +XTerm*termName: rxvt-256color + rofi.kb-mode-next: Tab rofi.kb-mode-previous: Shift+Tab diff --git a/Xresources/.Xresources/nord b/Xresources/.Xresources/nord index 682b8d8..d57da03 100644 --- a/Xresources/.Xresources/nord +++ b/Xresources/.Xresources/nord @@ -5,7 +5,6 @@ URxvt.borderColor: #2E3440 *.foreground: #D8DEE9 *.background: #2E3440 *.cursorColor: #D8DEE9 -*fading: 35 *fadeColor: #4C566A *.color0: #3B4252 |