-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathXdefaults
47 lines (34 loc) · 1.39 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
#include ".Xresources.d/color/hund"
URxvt.depth: 32
!URxvt.font: xft:DejaVu Sans Mono for Powerline:size=10
URxvt.font: xft:DejaVuSansMono Nerd Font:style=Book:pixelsize=24
URxvt.intensityStyles: false
URxvt.scrollBar: false
URxvt.shading: 20
URxvt.letterSpace: 0
URxvt.saveLines: 10000
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.perl-ext-common: default,matcher,url-select,keyboard-select,resize-font
URxvt.matcher.button: 1
URxvt.colorUL: #4682B4
URxvt.url-launcher: xdg-open
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.Control-s: perl:keyboard-select:search
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
! -----------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: #000, #000, #000
rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff
rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff
rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661
rofi.dpi: 150
rofi.lines: 5
rofi.bw: 0
rofi.hide-scrollbar: true
rofi.width: 30
! -----------------------------------------------------------------