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.
19 lines
425 B
Plaintext
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 */
|