diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-12-10 21:52:10 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-12-10 21:52:10 +0000 |
commit | ff8a8e34335585a3cd686c10a839207a94618390 (patch) | |
tree | 5f24e5f33e7743c9f1d7af5e409e1f902aba60f1 | |
parent | 1dbce4f6f355aea197836e455c67d67f796bc220 (diff) |
Clean .Xressources
-rw-r--r-- | .Xresources/base | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/.Xresources/base b/.Xresources/base index 8ed074f..d4d1ae4 100644 --- a/.Xresources/base +++ b/.Xresources/base @@ -1,15 +1,3 @@ -! XTERM ! - -! Appearance xterm -! *xterm*faceName: Monaco -*xterm*faceSize: 11 -*xterm*background: Black -*xterm*foreground: White -*xterm*cursorColor: Green - -! Copy-paste support -XTerm*selectToClipboard: true - ! URXVT ! ! General settings @@ -17,7 +5,7 @@ URxvt.loginShell : true URxvt.termName : rxvt-256color ! Custom META key -URxvt*modifier: alt +URxvt*modifier: super ! Copy-paste configuration URxvt.clipboard.copycmd: xclip -i -selection clipboard @@ -38,16 +26,8 @@ URxvt.keysym.F11: perl:fullscreen:switch ! Appearance URxvt*font: xft:DejaVu Sans Mono:size=12 -! URxvt*font: xft:monaco:size=11:antialias=false URxvt*scrollBar: false URxvt*internalBorder: 0 ! True transparency URxvt.depth: 32 - -! Font configuration -! Xft.dpi: 96 -! Xft.antialias: false -! Xft.hinting: true -! Xft.rgba: rgb -! Xft.hintstyle: hintslight |