-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
49 lines (42 loc) · 2.54 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
!-------------------------------!
! ╻ ╻┏━┓┏━╸┏━┓┏━┓╻ ╻┏━┓┏━╸┏━╸┏━┓!
! ┏╋┛┣┳┛┣╸ ┗━┓┃ ┃┃ ┃┣┳┛┃ ┣╸ ┗━┓!
! ╹ ╹╹┗╸┗━╸┗━┛┗━┛┗━┛╹┗╸┗━╸┗━╸┗━┛!
! by K4LEL !
!-------------------------------!
!!----------------------------------------------------------------------------!!
!! Xft (font) settings
!!----------------------------------------------------------------------------!!
Xft.dpi: 96
URxvt*depth: 8
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: full
Xft.hintstyle: hintslight
URxvt.internalBorder: 20
xft*lcdfilter: lcddefault
URxvt.letterSpace: 0
#include </home/whoami/.termcolors/synthwave>
!!----------------------------------------------------------------------------!!
!! URxvt settings
!!----------------------------------------------------------------------------!!
URxvt*font: -*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*
URxvt*boldfont: -*-terminus-bold-*-medium-r-*-*-12-*-*-*-*-*-*-*
!URxvt*geometry: 600x300
URxvt*borderLess: false
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: false
URxvt.underlineURLs: true
URxvt.url-select.underline: true
URxvt.url-select.launcher: qutebrowser
!!----------------------------------------------------------------------------!!
!! Clipboard
!!----------------------------------------------------------------------------!!
URxvt.keysym.C-c: perl:clipboard:copy
URxvt.keysym.C-v: perl:clipboard:paste
URxvt.keysym.M-C-i: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-u: perl:url-select:select_next
URxvt*perl-ext-common: default,clipboard,url-select,keyboard-select
!!----------------------------------------------------------------------------!!