summaryrefslogtreecommitdiff
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '.config/x11')
-rw-r--r--.config/x11/xinitrc24
-rw-r--r--.config/x11/xresources63
2 files changed, 87 insertions, 0 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
new file mode 100644
index 0000000..25b2fab
--- /dev/null
+++ b/.config/x11/xinitrc
@@ -0,0 +1,24 @@
1# disable screensaver
2xset s off
3# disable power saving
4xset -dpms
5# set refresh rate
6xrandr -r 144
7# set background
8bgscript
9# remap keys
10kbremaps
11# load Xresources
12xrdb ~/.config/x11/xresources
13# start compositor
14picom --config ~/.config/picom/picom.conf &
15# start notification daemon
16dunst &
17# start unclutter
18unclutter &
19# start keybind daemon
20sxhkd &
21# start status bar
22dwmblocks &
23# start window manager (and keep starting when shutdown)
24dwm
diff --git a/.config/x11/xresources b/.config/x11/xresources
new file mode 100644
index 0000000..33df06e
--- /dev/null
+++ b/.config/x11/xresources
@@ -0,0 +1,63 @@
1URxvt.scrollBar: false
2*.font: xft:monospace:size=12
3
4! Brogrammer
5*.foreground: #d6dbe5
6*.background: #131313
7*.color0: #1f1f1f
8*.color1: #f81118
9*.color2: #2dc55e
10*.color3: #ecba0f
11*.color4: #2a84d2
12*.color5: #4e5ab7
13*.color6: #1081d6
14*.color7: #d6dbe5
15*.color8: #d6dbe5
16*.color9: #de352e
17*.color10: #1dd361
18*.color11: #f3bd09
19*.color12: #1081d6
20*.color13: #5350b9
21*.color14: #0f7ddb
22*.color15: #ffffff
23*.colorBD: #d6dbe5
24
25! Dracula
26!*.foreground: #F8F8F2
27!*.background: #282A36
28!*.color0: #000000
29!*.color8: #4D4D4D
30!*.color1: #FF5555
31!*.color9: #FF6E67
32!*.color2: #50FA7B
33!*.color10: #5AF78E
34!*.color3: #F1FA8C
35!*.color11: #F4F99D
36!*.color4: #BD93F9
37!*.color12: #CAA9FA
38!*.color5: #FF79C6
39!*.color13: #FF92D0
40!*.color6: #8BE9FD
41!*.color14: #9AEDFE
42!*.color7: #BFBFBF
43!*.color15: #E6E6E6
44
45! Gruvbox
46!*.color0: #1d2021
47!*.color1: #cc241d
48!*.color2: #98971a
49!*.color3: #d79921
50!*.color4: #458588
51!*.color5: #b16286
52!*.color6: #689d6a
53!*.color7: #a89984
54!*.color8: #928374
55!*.color9: #fb4934
56!*.color10: #b8bb26
57!*.color11: #fabd2f
58!*.color12: #83a598
59!*.color13: #d3869b
60!*.color14: #8ec07c
61!*.color15: #ebdbb2
62!*.color256: #1d2021
63!*.color257: #ebdbb2