Minor change
This commit is contained in:
parent
87f52f757a
commit
1e475daa8b
1 changed files with 6 additions and 3 deletions
|
@ -46,6 +46,9 @@
|
||||||
|
|
||||||
! General settins
|
! General settins
|
||||||
!URxvt.geometry: 94x47
|
!URxvt.geometry: 94x47
|
||||||
|
URxvt.shading: 60
|
||||||
|
URxvt.transparent: true
|
||||||
|
URxvt.tintColor: nord0
|
||||||
URxvt.saveLines: 10000
|
URxvt.saveLines: 10000
|
||||||
URxvt.scrollBar: true
|
URxvt.scrollBar: true
|
||||||
URxvt.scrollBar_right: true
|
URxvt.scrollBar_right: true
|
||||||
|
@ -57,7 +60,7 @@ URxvt.cursorUnderline: true
|
||||||
|
|
||||||
! Colors
|
! Colors
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
!URxvt.background: rgba:2625/3232/3838/cccc
|
URxvt.background: rgba:2625/3232/3838/cccc
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! Font configuration
|
! Font configuration
|
||||||
|
@ -92,7 +95,7 @@ URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
URxvt.keysym.M-s: perl:keyboard-select:search
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
||||||
URxvt.keysym.M-u: perl:url-select:select_next
|
URxvt.keysym.M-u: perl:url-select:select_next
|
||||||
URxvt.underlineURLs: true
|
URxvt.underlineURLs: true
|
||||||
URxvt.urlButton: 1
|
URxvt.urlButton: 1
|
||||||
|
|
||||||
! Tab
|
! Tab
|
||||||
!URxvt.tabbed.tabbar-fg: 4
|
!URxvt.tabbed.tabbar-fg: 4
|
||||||
|
@ -131,4 +134,4 @@ dmenu.selforeground: #d8dee9
|
||||||
dmenu.background: #2e3440
|
dmenu.background: #2e3440
|
||||||
dmenu.selbackground: #bf616a
|
dmenu.selbackground: #bf616a
|
||||||
dmenu.foreground: #d8dee9
|
dmenu.foreground: #d8dee9
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue