-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy path.Xresources
executable file
·52 lines (46 loc) · 1.83 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
! ------------------------------------------------------------------------------
! Import Colour from ~/.xrdb
! ------------------------------------------------------------------------------
#include ".xrdb/color/nord"
#include ".xrdb/rofi/nord"
#include ".xrdb/dmenu/nord"
#include ".xrdb/fonts/tewi"
! ------------------------------------------------------------------------------
! URxvt configs
! ------------------------------------------------------------------------------
URxvt.geometry: 72x18
URxvt*letterSpace: 0
URxvt.lineSpace: 0
URxvt*internalBorder: 24
URxvt*externalBorder: 0
URxvt*depth: 32
URxvt*saveline: 2000
URxvt*termName: rxvt-256color
URxvt*iso14755: false
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down:command:\033]721;1\007
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
URxvt*buffered: false
URxvt.urgentOnBell: True
! ------------------------------------------------------------------------------
! Xft Font Configuration
! ------------------------------------------------------------------------------
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb