-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
54 lines (43 loc) · 1.39 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
! *background: #1b1918
! Meta modifier for keybindings
! URxvt.modifier: super
!! perl extensions
!!URxvt.perl-ext: default
!!URxvt.perl-ext-common: default,matcher,url-select,keyboard-select
!! url-select (part of urxvt-perls package)
!!URxvt.keysym.M-u: perl:url-select:select_next
!!URxvt.url-select-launcher: /usr/bin/xdg-open
!!URxvt.url-select.underline: true
!!URxvt.url-select.autocopy: true
!! keyboard-select
!!URxvt.keysym.M-Escape: perl:keyboard-select:activate
!! matcher
!!URxvt.matcher.button: 1
URxvt.url-launcher: /usr/bin/xdg-open
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! URxvt.geometry: 90x30
URxvt*fading: -1
URxvt.urgentOnBell: true
URxvt.visualBell: true
! URxvt.loginShell: true
URxvt*saveLines: 2000
! URxvt.internalBorder: 3
URxvt.lineSpace: 0
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*depth: 32
URxvt*background: rgba:0000/0000/0200/c800
URxvt*font: xft:DeJaVu Sans Mono:hinting=True:antialias=True:pixelsize=16,pango:Font Awesome 5 Free,pango:Font Awesome 5 Brands
URxvt.allow_bold: true
URxvt.letterSpace: 0
! Cursor
URxvt.cursorBlink: false
URxvt.cursorUnderline: false
! somehow the mouse became small on xwayland programs
Xcursor.size: 16
! Pointer
URxvt.pointerBlank: true