mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 04:50:01 +02:00
urxvt: use a more transparent background by default
On a HiDPI screen, the previous transparency was almost not transparent.
This commit is contained in:
parent
b31742b740
commit
7b4de27bc8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Xft.rgba: rgb
|
||||||
|
|
||||||
!! rxvt configuration
|
!! rxvt configuration
|
||||||
URxvt.foreground: white
|
URxvt.foreground: white
|
||||||
URxvt.background: rgba:0000/0000/0000/eeee
|
URxvt.background: rgba:0000/0000/0000/dddd
|
||||||
URxvt.cursorColor: green
|
URxvt.cursorColor: green
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
URxvt.cursorBlink: True
|
URxvt.cursorBlink: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue