aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-22 03:34:08 +0100
committerAkshay <[email protected]>2020-07-22 03:34:08 +0100
commit51810b5c07e20982ebdf66f0bfb384c4bf55ad7d (patch)
treeb5120bfc9b0ca72c9293afb9ed6e2e632a811deb /X
squash again
Diffstat (limited to 'X')
-rw-r--r--X/.Xresources118
-rwxr-xr-xX/.xinitrc14
2 files changed, 132 insertions, 0 deletions
diff --git a/X/.Xresources b/X/.Xresources
new file mode 100644
index 0000000..010298e
--- /dev/null
+++ b/X/.Xresources
@@ -0,0 +1,118 @@
1! ------------------------------------------------------------------------------
2! Colors
3! ------------------------------------------------------------------------------
4!
5!------------------------------------------------------------------------------
6
7#define base00 #000000
8#define base01 #303030
9#define base02 #353535
10#define base03 #4A4A4A
11#define base04 #787878
12#define base05 #EEFFFF
13#define base06 #EEFFFF
14#define base07 #FFFFFF
15#define base08 #F07178
16#define base09 #F78C6C
17#define base0A #FDF200
18#define base0B #13CA91
19#define base0C #79ffe1
20#define base0D #7898FB
21#define base0E #ff3299
22#define base0F #FF5370
23
24! URxvt
25! ------------------------------------------------------------------------------
26
27*foreground: base05
28*background: base00
29*cursorColor: base05
30
31*color0: base00
32*color1: base08
33*color2: base0B
34*color3: base0A
35*color4: base0D
36*color5: base0E
37*color6: base0C
38*color7: base05
39
40*color8: base03
41*color9: base09
42*color10: base01
43*color11: base02
44*color12: base04
45*color13: base06
46*color14: base0F
47*color15: base07
48
49URxvt.cursorBlink : 1
50URxvt.font :xft:Input:size=12:style=Regular \
51 xft:DejaVu Sans Mono:size=11:style=Medium
52
53URxvt.italicFont :xft:Input:size=12:style=Italic
54URxvt.boldFont :xft:Input:size=12:style=Bold
55
56URxvt.lineSpace : 0
57URxvt.letterSpace : -1
58URxvt.scrollBar : false
59URxvt.internalBorder : 25
60URxvt.cursorUnderline : false
61URxvt.geometry : 70x35
62URxvt.thickness : 5
63URxvt.titleBar : false
64URxvt.intensityStyles : false
65
66
67URxvt.perl-ext-common : default,matcher
68URxvt.url-launcher : firefox
69URxvt.matcher.button : 1
70
71! ------------------------------------------------------------------------------
72! rofi
73! ------------------------------------------------------------------------------
74rofi.color-enabled: true
75
76rofi.color-window: base00 , base00 , base00 , base00 , base03
77rofi.color-normal: base00 , base03 , base00 , base00 , base07
78rofi.color-active: base03 , base0E , base00 , base0B , base00
79rofi.color-urgent: base00 , base03 , base00 , base00 , base03
80
81rofi.fake-transparency : true
82rofi.font : Iosevka Nerd 13
83rofi.columns : 1
84rofi.separator-style : none
85rofi.hide-scrollbar : true
86rofi.location : 1
87rofi.yoffset : 20
88rofi.xoffset : 20
89rofi.padding : 32
90rofi.fullscreen : false
91rofi.width : 300
92rofi.lines : 6
93
94dzen2.font: -*-archivo-medium-r-normal--0-90-0-0-p-0-*-*
95dzen2.foreground: base07
96dzen2.background: ase00
97
98Xft.autohint: 1
99Xft.antialias: 1
100Xft.lcdfilter: lcddefault
101Xft.hintstyle: hintslight
102Xft.hinting: true
103Xft.rgba: rgb
104Xft.dpi: 110
105
106! ------------------------------------------------------------------------------
107! 2bwm
108! ------------------------------------------------------------------------------
109
110twobwm.border_width: 8
111twobwm.outer_border: 2
112twobwm.focus_color: base01
113twobwm.unfocus_color: base01
114twobwm.fixed_color: base0D
115twobwm.unkill_color: base08
116twobwm.fixed_unkill_color: base0E
117twobwm.outer_border_color: base00
118twobwm.inverted_colors: true
diff --git a/X/.xinitrc b/X/.xinitrc
new file mode 100755
index 0000000..c811f12
--- /dev/null
+++ b/X/.xinitrc
@@ -0,0 +1,14 @@
1#!/bin/sh
2
3xsetroot -cursor_name left_ptr &
4xrdb -load ~/.Xresources
5setxkbmap -option caps:escape
6setxkbmap -option compose:rctrl
7
8compton &
9dunst -config "$HOME"/.config/dunst/dunstrc &
10sxhkd -c "$HOME"/.config/sxhkd/sxhkdrc &
11
12/home/np/.fehbg
13
14exec 2bwm