forked from denlab/stumpwm-config
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.Xresources
126 lines (112 loc) · 4.3 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
! urxvt
! URxvt*loginShell: true
! Urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
URxvt*saveLines: 5000
URxvt*buffered: true
URxvt*cursorBlink: true
Xft.antialias: true
Xft.autohint: true
Xft.hinting: true
Xft.hintstyle: hintlight
Xft.rgba: rgb
Xft.pixelsize: 14
Xft.size: 14
! rxvt-unicode setup
URxvt*termName: screen-256color
URxvt.letterSpace: -1
! Xft (X FreeType) with Bitstream, DejaVu, Liberation, or Terminus fonts:
! Fedora/debian packages: libXft/libxft2
! An anti-aliased font setup with Xft looks fantastic; it can be a bit choppy
! on older systems. You can always turn off anti-aliasing (antialias=false) if
! your terminal is sluggish. Use only ONE of the Xft pairs below:
! Xft: DejaVu fonts
! Fedora/debian packages: dejavu-sans-mono-fonts/ttf-dejavu
URxvt*font: xft:DejaVu Sans Mono for Powerline,\
xft:Noto Sans Mono,\
xft:inconsolata:size=14,\
-*-unifont-*-*-*-14-*-*-*-*-*-*-*
URxvt*boldFont: xft:DejaVu Sans Mono for Powerline:bold,\
xft:Noto Sans Mono:bold,\
xft:inconsolata:size=14,\
-*-unifont-*-*-*-*-*-*-*-*-*-*-*-*
URxvt*italicFont: xft:DejaVu Sans Mono for Powerline:italic,\
xft:Noto Sans Mono:italic,\
xft:inconsolata:size=12,\
-*-unifont-*-*-*-*-*-*-*-*-*-*-*-*
URxvt*boldItalicFont: xft:DejaVu Sans Mono for Powerline:bold:italic,\
xft:Noto Sans Mono:bold:italic,\
xft:inconsolata:size=12,\
-*-unifont-*-*-*-*-*-*-*-*-*-*-*-*
URxvt*depth: 32
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*scrollBar_floating: false
URxvt*background: Black
URxvt*foreground: White
URxvt*colorUL: yellow
URxvt*underlineColor: yellow
! URxvt*geometry: 240x84
! URxvt*loginShell: true
! URxvt*scrollColor: #777777
! URxvt*scrollstyle: plain
! URxvt*scrollTtyKeypress: true
! URxvt*scrollTtyOutput: false
! URxvt*scrollWithBuffer: false
! URxvt*secondaryScreen: true
! URxvt*secondaryScroll: true
! URxvt*skipScroll: true
! URxvt*fading: 30
! URxvt*utmpInhibit: false
URxvt*urgentOnBell: true
URxvt*visualBell: false
! URxvt*mapAlert: true
! URxvt*mouseWheelScrollPage: false
! URxvt*saveLines: 0
! URxvt*buffered: true
! URxvt*hold: false
! URxvt*internalBorder:
! URxvt*print-pipe: cat > $HOME/$(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))
!URxvt.copyCommand: xsel -ib
!URxvt.pasteCommand: xsel -ob
!-*- Perl extensions -*-
! stored in ~/.urxvt/ext/
URxvt.perl-ext-common: clipboard,font-size,keyboard-select,url-select,color-themes
URxvt.url-launcher: firefox
URxvt.underlineURLs: True
URxvt.matcher.button: 1
! keyboard-select
! URxvt.keysym.M-Escape: perl:keyboard-select:activate
! URxvt.keysym.M-s: perl:keyboard-select:search
! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.autocopy: false ! if set to true, selected URLs are automatically copied to the PRIMARY buffer
URxvt.url-select.launcher: qutebrowser ! browser/command to open selected URL with
URxvt.url-select.underline: true ! all URLs get underlined
! clipboard - copy/paste selection clipboard
URxvt.keysym.C-M-w: perl:clipboard:copy
URxvt.keysym.C-M-y: perl:clipboard:paste
URxvt.keysym.C-M-S-y: perl:clipboard:paste_escaped
URxvt.clipboard.autocopy: true ! the clipboard is automatically updated whenever the PRIMARY selection changesx
URxvt.clipboard.copycmd: xsel --input --clipboard
URxvt.clipboard.pastecmd: xsel --output --clipboard
! URxvt.clipboard.copycmd: xclip -in -selection clipboard
! URxvt.clipboard.pastecmd: xclip -out -selection clipboard
! font-size
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
URxvt.keysym.C-S-R: perl:font-size:reset
URxvt.font-size.step: 4
! disable default binding for shift on urxvt
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.color-themes.themedir: ~/.themes/urxvt
URxvt.color-themes.preprocessor: /usr/bin/cpp
URxvt.keysym.M-C-n: perl:color-themes:next
URxvt.keysym.M-C-p: perl:color-themes:prev
URxvt.color-themes.state-file: ~/.urxvt-theme
URxvt.color-themes.autosave: 1
URxvt.keysym.M-C-l: perl:color-themes:load-state
URxvt.keysym.M-C-s: perl:color-themes:save-state