-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
49 lines (41 loc) · 1.49 KB
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#include ".Xresources.d/solarized"
URxvt.intensityStyles: false
URxvt.scrollBar: false
!!Font Config
URxvt.font: xft:Inconsolata for Powerline-12
!!URxvt.font: xft:Ubuntu Mono derivative Powerline-10
!!URxvt.font: xft:Monofur for Powerline
!!URxvt.depth: 32
!!URxvt*geometry: 120x23+100+200
!!Trasparency
!!URxvt.background: [85]#002b36
!!for awesome desktop
!!urxvt*transparent: true
!!urxvt*shading: 30
!!Perl Extensions
URxvt.perl-ext-common:default,matcher,keyboard-select,clipboard,tabbed
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-launcher: /usr/bin/firefox-bin
URxvt.underlineURLs: True
URxvt.matcher.button: 1
URxvt.keysym.M-q:perl:keyboard-select:activate
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.copyCommand: xsel -ip
URxvt.pasteCommand: xsel -op
!!Xft config
!!Xft.dpi: 160.0
!!Xft.dpi: 160.0
Xft.dpi: 96.0
!!Xft.antialias: true
!!Xft.rgba: rgb
!!Xft.hinting: true
!!Xft.autohint: true
!!Xft.hintstyle: hintfull
!URxvt.keysym.C-p: command:\033]710;xft:Unifont:pixelsize=20\007
! Bind C--, C-0(=) and C-+ to activate small, medium, and big font size resp.
!URxvt.keysym.C-minus: command:\033]710;xft:Liberation Mono:pixelsize=12\007
URxvt.keysym.C-0: command:\033]710;xft:Inconsolata for Powerline-12\007
URxvt.keysym.C-9: command:\033]710;xft:Inconsolata for Powerline-22\007
!URxvt.keysym.C-plus: command:\033]710;xft:Liberation Mono:pixelsize=20\007