Minor changes, x/Xresources added.
This commit is contained in:
27
x/Xresources
Normal file
27
x/Xresources
Normal file
@@ -0,0 +1,27 @@
|
||||
! mouse cursor setup
|
||||
Xcursor.theme: Vanilla-DMZ
|
||||
|
||||
!! urxvt setup
|
||||
!! colored man pages
|
||||
!URxvt.colorIT: #87af5f
|
||||
!URxvt.colorBD: #d7d7d7
|
||||
!URxvt.colorUL: #87afd7
|
||||
!
|
||||
!URxvt*.transparent: false
|
||||
!! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
|
||||
!URxvt*.shading: 110
|
||||
!
|
||||
!URxvt.scrollBar: false
|
||||
!
|
||||
!URxvt.font: xft:DejaVu Sans Mono:size=10
|
||||
!
|
||||
!! clickable links opened in firefox
|
||||
!!URxvt.perl-ext-common: default,matcher
|
||||
!URxvt.url-launcher: /usr/bin/firefox
|
||||
!URxvt.matcher.button: 1
|
||||
!
|
||||
!! enable tabs
|
||||
!! enable scrollwheel support
|
||||
!URxvt.perl-ext-common: default,tabbed,vtwheeel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user