Files
linux-config/dotfiles/Xresources
Kevin Mok 0bba4a0eb3 Swap keys using xkb instead of xmodmap
Removed old swap key lines from config and added dir/script to symlink
xkb file to lc dir. Fixes issue of having to release keys when starting
terminal with xmodmap.
2018-03-14 06:48:07 -04:00

19 lines
425 B
Plaintext

! URxvt.font: xft:hack:size=14
URxvt.font: xft:hack:size=13
/* transparency {{{ */
URxvt*inheritPixmap: true
URxvt*transparent: true
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
! URxvt*shading: 40
URxvt*shading: 20
/* }}} transparency */
URxvt.scrollBar: false
/* Clickable URLs {{{ */
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
/* }}} Clickable URLs */