Files
linux-config/dot_Xresources.tmpl

70 lines
1.5 KiB
Cheetah
Raw Normal View History

2019-08-20 05:34:28 -04:00
/* dpi [[[ */
Xft.dpi: 135
2019-10-07 22:46:08 -04:00
! Xft.dpi: 170
2019-08-20 05:34:28 -04:00
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
/* ]]] dpi */
2019-04-26 00:48:31 -04:00
/* font [[[ */
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
2019-07-04 04:06:25 -04:00
URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=11
! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=12
{{ else }}
2019-08-20 05:34:28 -04:00
! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=15
2019-08-18 03:13:32 -04:00
! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=14
! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=13.5
2019-08-20 05:34:28 -04:00
URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=12
{{ end }}
! URxvt.font: xft:Hack:size=18
/* resize [[[ */
URxvt.resize-font.step: 4
URxvt.keysym.C-S-Down: resize-font:smaller
URxvt.keysym.C-S-Up: resize-font:bigger
URxvt.keysym.C-S-equal: resize-font:reset
URxvt.keysym.C-S-question: resize-font:show
/* ]]] resize */
2019-04-26 00:48:31 -04:00
/* ]]] font */
/* transparency [[[ */
URxvt*transparent: true
/* transparency */
2019-04-26 00:48:31 -04:00
URxvt*inheritPixmap: true
! URxvt*transparent: false
! URxvt*shading: 0 (blackest) to 99 black, 101 to 200 (whitest) white
2019-10-07 22:46:08 -04:00
! URxvt*shading: 50
URxvt*shading: 40
2019-04-26 00:48:31 -04:00
! URxvt*shading: 35
2019-06-04 03:35:42 -04:00
! urxvt*blurRadius: 10
2019-04-26 00:48:31 -04:00
/* ]]] transparency */
/* scrollBar [[[ */
URxvt.scrollBar: false
! URxvt.scrollBar: true
! URxvt*scrollBar_right: true
2019-04-26 00:48:31 -04:00
/* ]]] scrollBar */
/* Clickable URLs [[[ */
URxvt.perl-ext-common: default,matcher,resize-font
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
2019-04-26 00:48:31 -04:00
/* ]]] Clickable URLs */
! vim: fdm=marker ft=xdefaults.go-template