diff options
Diffstat (limited to '.config/x11')
-rw-r--r-- | .config/x11/xinitrc | 25 | ||||
-rw-r--r-- | .config/x11/xresources | 87 |
2 files changed, 42 insertions, 70 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 49ab403..44c8e32 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc | |||
@@ -2,25 +2,34 @@ | |||
2 | xset s off | 2 | xset s off |
3 | # disable power saving | 3 | # disable power saving |
4 | xset -dpms | 4 | xset -dpms |
5 | # set refresh rate | 5 | # load Xresources |
6 | xrandr -r 144 | 6 | xrdb ~/.config/x11/xresources |
7 | # initialize primary monitor | ||
8 | xrandr --output DisplayPort-0 --primary -r 144 | ||
9 | # initialize secondary monitor | ||
10 | xrandr --output HDMI-A-1 --auto --right-of DisplayPort-0 --mode 3840x2160 | ||
7 | # set background | 11 | # set background |
8 | bgscript | 12 | bgscript |
9 | # remap keys | 13 | # remap keys |
10 | kbremaps | 14 | kbremaps |
11 | # load Xresources | 15 | # load rgb profile |
12 | xrdb ~/.config/x11/xresources | 16 | openrgb --profile ~/.config/OpenRGB/Gruvbox.orp & |
13 | # start compositor | 17 | # start compositor |
14 | picom --config ~/.config/picom/picom.conf & | 18 | picom --config ~/.config/picom/picom.conf & |
15 | # start notification daemon | 19 | # start notification daemon |
16 | dunst & | 20 | dunst & |
21 | # start calendar | ||
22 | calcurse --daemon & | ||
17 | # start unclutter | 23 | # start unclutter |
18 | unclutter & | 24 | unclutter & |
19 | # start keybind daemon | 25 | # start keybind daemon |
20 | sxhkd & | 26 | sxhkd & |
21 | # start status bar | ||
22 | dwmblocks & | ||
23 | # initialize identity management programs | 27 | # initialize identity management programs |
24 | urxvt -e id-init & | 28 | st -e id-init & |
29 | # run statusbar script | ||
30 | ~/.local/bin/bar & | ||
25 | # start window manager | 31 | # start window manager |
26 | dwm | 32 | while true |
33 | do | ||
34 | /usr/local/bin/dwm 2> /tmp/dwm_errors | ||
35 | done | ||
diff --git a/.config/x11/xresources b/.config/x11/xresources index 33df06e..f755415 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources | |||
@@ -1,63 +1,26 @@ | |||
1 | URxvt.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 | 1 | ! Gruvbox |
46 | !*.color0: #1d2021 | 2 | *.color0: #1d2021 |
47 | !*.color1: #cc241d | 3 | *.color1: #cc241d |
48 | !*.color2: #98971a | 4 | *.color2: #98971a |
49 | !*.color3: #d79921 | 5 | *.color3: #d79921 |
50 | !*.color4: #458588 | 6 | *.color4: #458588 |
51 | !*.color5: #b16286 | 7 | *.color5: #b16286 |
52 | !*.color6: #689d6a | 8 | *.color6: #689d6a |
53 | !*.color7: #a89984 | 9 | *.color7: #a89984 |
54 | !*.color8: #928374 | 10 | *.color8: #928374 |
55 | !*.color9: #fb4934 | 11 | *.color9: #fb4934 |
56 | !*.color10: #b8bb26 | 12 | *.color10: #b8bb26 |
57 | !*.color11: #fabd2f | 13 | *.color11: #fabd2f |
58 | !*.color12: #83a598 | 14 | *.color12: #83a598 |
59 | !*.color13: #d3869b | 15 | *.color13: #d3869b |
60 | !*.color14: #8ec07c | 16 | *.color14: #8ec07c |
61 | !*.color15: #ebdbb2 | 17 | *.color15: #ebdbb2 |
62 | !*.color256: #1d2021 | 18 | *.background: #282828 |
63 | !*.color257: #ebdbb2 | 19 | *.foreground: white |
20 | *.cursorColor: white | ||
21 | *.alpha: 1.0 | ||
22 | dmenu.background: #282828 | ||
23 | dmenu.foreground: #ebdbb2 | ||
24 | dmenu.selbackground: #ebdbb2 | ||
25 | dmenu.selforeground: #282828 | ||
26 | Xcursor.size: 16 | ||