Skip to content

Commit

Permalink
Update .Xdefaults
Browse files Browse the repository at this point in the history
use default perl extension selection-to-clipboard
  • Loading branch information
henices committed Jun 13, 2016
1 parent 8921ea6 commit 26e896e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ URxvt.borderLess:false
URxvt.saveLines:65535

! urxvt font
URxvt.font:xft:Monaco:pixelsize=18:style:Regular:antialias=true, \
xft:文泉驿等宽微米黑:pixelsize=18:style:Regular:antialias=true
URxvt.boldfont:xft:Monaco:pixelsize=18:style:Bold:antialias=true, \
xft:文泉驿等宽微米黑:pixelsize=18:style:Bold:antialias=true
URxvt.font:xft:DejaVu Sans Mono:pixelsize=15:style:Regular:antialias=true, \
xft:文泉驿等宽微米黑:pixelsize=15:style:Regular:antialias=true
URxvt.boldfont:xft:Monaco:pixelsize=14:styl5:Bold:antialias=true, \
xft:文泉驿等宽微米黑:pixelsize=15:style:Bold:antialias=true

#include ".Xdefaults.d/colors/molokai"
#include ".Xdefaults.d/colors/jellybeans"

! misc
URxvt.urgentOnBell: true

! urxvt extension
URxvt.perl-ext-common: default,clipboard
URxvt.perl-ext-common: default,selection-to-clipboard

0 comments on commit 26e896e

Please sign in to comment.