Files
linux-config/dotfiles/Xresources
Kevin Mok d8ade3780a Fixes #54, setup xkb on laptop
Functions:
- tar/unzip that remove original file after extraction
- remove directory
- sudo nvim

Vim leader mappings:
- delete entire buffer into system clipboard
- find merge conflicts
2018-03-14 07:12:31 -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 */