-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
executable file
·82 lines (68 loc) · 2.13 KB
/
.Xdefaults
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
*foreground: #d8d8d8
*foreground_bold: #d8d8d8
*cursor: #a8a19f
*background: #222D31
!! black dark/light
*color0: #222D31
*color8: #585858
!! red dark/light
*color1: #ab4642
*color9: #ab4642
!! green dark/light
*color2: #7E807E
*color10: #8D8F8D
!! yellow dark/light
*color3: #f7ca88
*color11: #f7ca88
!! blue dark/light
*color4: #7cafc2
*color12: #7cafc2
!! magenta dark/light
*color5: #ba8baf
*color13: #ba8baf
!! cyan dark/light
*color6: #1ABB9B
*color14: #1ABB9B
!! white dark/light
*color7: #d8d8d8
*color15: #f8f8f8
URxvt.intensityStyles: false
URxvt.background: [92]#000000
URxvt.depth: 32
URxvt.font: xft:hack:size=11
URxvt.scrollBar: false
URxvt.cursorColor: white
!! Extensions
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
URxvt.colorUL: #4682B4
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: linkhandler
URxvt.url-select.underline: true
!! keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
!! resize-font
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
!! Matcher
URxvt.url-launcher: linkhandler
URxvt.matcher.button: 1
!ROFI
rofi.lines: 4
rofi.font: Ubuntu 28
rofi.padding: 100
rofi.location: 0
rofi.yoffset: -100
rofi.color-enabled: true
rofi.color-window: #1D2021, #5F819D, #1D2021
rofi.color-normal: #1D2021, #A5B6BC, #1D2021, #5F819D, #C5C8C6
rofi.color-urgent: #1D2021, #A5B6BC, #1D2021, #5F819D, #C5C8C6
rofi.color-active: #1D2021, #A5B6BC, #1D2021, #5F819D, #C5C8C6
rofi.terminal: urxvt
rofi.levenshtein-sort: false
! Copy-paste
URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!! Command to apply the changes :
! xrdb .Xdefaults