mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
correct some settings in xresources
This commit is contained in:
12
Xdefaults
12
Xdefaults
@@ -22,13 +22,12 @@ URxvt.fading: 0
|
|||||||
! URxvt.urgentOnBell: true
|
! URxvt.urgentOnBell: true
|
||||||
! URxvt.visualBell: true
|
! URxvt.visualBell: true
|
||||||
URxvt.loginShell: true
|
URxvt.loginShell: true
|
||||||
URxvt.saveLines: 50
|
|
||||||
URxvt.internalBorder: 3
|
URxvt.internalBorder: 3
|
||||||
URxvt.lineSpace: 0
|
URxvt.lineSpace: 0
|
||||||
|
|
||||||
! Fonts
|
! Fonts
|
||||||
URxvt*font: xft:DejaVu Sans Mono:pixelsize=14
|
URxvt*font: xft:DejaVu Sans Mono for Powerline:pixelsize=13
|
||||||
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=14
|
URxvt*boldFont: xft:DejaVu Sans Mono for Powerline:bold:pixelsize=13
|
||||||
|
|
||||||
! Scrollbar
|
! Scrollbar
|
||||||
URxvt.scrollStyle: rxvt
|
URxvt.scrollStyle: rxvt
|
||||||
@@ -37,8 +36,8 @@ URxvt.scrollBar_right: true
|
|||||||
|
|
||||||
! Perl extensions
|
! Perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher
|
||||||
|
URxvt.url-launcher: xdg-open
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt.urlLauncher: firefox
|
|
||||||
|
|
||||||
! Cursor
|
! Cursor
|
||||||
URxvt.cursorBlink: true
|
URxvt.cursorBlink: true
|
||||||
@@ -56,6 +55,11 @@ URxvt.saveLines: 65536
|
|||||||
! <CTRL>+<PRINT> : current screen and scrollbackbuffer
|
! <CTRL>+<PRINT> : current screen and scrollbackbuffer
|
||||||
URxvt.print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%M:%S'))
|
URxvt.print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%M:%S'))
|
||||||
|
|
||||||
|
! Colors
|
||||||
|
URxvt.colorIT: #87af4f
|
||||||
|
URxvt.colorBD: #d7d7d7
|
||||||
|
URxvt.colorUL: #2aa198
|
||||||
|
|
||||||
!!Source http://github.com/altercation/solarized
|
!!Source http://github.com/altercation/solarized
|
||||||
|
|
||||||
*background: #002b36
|
*background: #002b36
|
||||||
|
|||||||
Reference in New Issue
Block a user