Overview
Comment: | Xdefaults: Disable "transparency" in (u)rxvt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
94f56cbb9d00d4ba90f2454dec5d39c9 |
User & Date: | js 2018-07-03 22:12:55 |
Context
2018-07-03
| ||
22:14 | zshrc: Several minor changes check-in: eb5bfbde41 user: js tags: trunk | |
22:12 | Xdefaults: Disable "transparency" in (u)rxvt check-in: 94f56cbb9d user: js tags: trunk | |
22:12 | gitconfig: Specify signing key check-in: 22d19c2738 user: js tags: trunk | |
Changes
Changes to Xdefaults.
︙ | ︙ | |||
35 36 37 38 39 40 41 | Rxvt*loginShell: true Rxvt*termName: rxvt Rxvt*background: black Rxvt*foreground: darkgrey Rxvt*colorBD: white Rxvt*cursorColor: yellow Rxvt*cursorColor2: darkred | | | | | | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Rxvt*loginShell: true Rxvt*termName: rxvt Rxvt*background: black Rxvt*foreground: darkgrey Rxvt*colorBD: white Rxvt*cursorColor: yellow Rxvt*cursorColor2: darkred !Rxvt*inheritPixmap: true !Rxvt*tintColor: white !Rxvt*shading: 25 !Rxvt*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !Rxvt*boldFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 Rxvt*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 Rxvt*boldFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 Rxvt*scrollBar: false Rxvt*internalBorder: 3 URxvt*loginShell: true URxvt*termName: rxvt URxvt*background: black URxvt*foreground: darkgrey URxvt*colorBD: white URxvt*cursorColor: yellow URxvt*cursorColor2: darkred !URxvt*inheritPixmap: true !URxvt*tintColor: white !URxvt*shading: 25 !URxvt*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !URxvt*boldFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 URxvt*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 URxvt*boldFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 URxvt*scrollBar: false URxvt*internalBorder: 3 |