summaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
Diffstat (limited to 'x')
-rw-r--r--x/.Xresources88
-rw-r--r--x/.xinitrc14
2 files changed, 50 insertions, 52 deletions
diff --git a/x/.Xresources b/x/.Xresources
index 2985bba..a03b684 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -1,60 +1,49 @@
1! ------------------------------------------------------------------------------ 1! special
2! Colors 2*.foreground: #2f2f2f
3! ------------------------------------------------------------------------------ 3*.background: #f3f4f5
4! 4*.cursorColor: #565e65
5!------------------------------------------------------------------------------
6 5
7#define base00 #000000 6! black
8#define base01 #303030 7*.color0: #1c2023
9#define base02 #353535 8*.color8: #747c84
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 #00fdb4
18#define base0B #13CA91
19#define base0C #79ffe1
20#define base0D #7898FB
21#define base0E #ff3299
22#define base0F #FF5370
23 9
24! URxvt 10! red
25! ------------------------------------------------------------------------------ 11*.color1: #c7ae95
12*.color9: #c7ae95
26 13
27*foreground: base05 14! green
28*background: base00 15*.color2: #95c7ae
29*cursorColor: base05 16*.color10: #95c7ae
30 17
31*color0: base00 18! yellow
32*color1: base08 19*.color3: #aec795
33*color2: base0B 20*.color11: #aec795
34*color3: base0A
35*color4: base0D
36*color5: base0E
37*color6: base0C
38*color7: base05
39 21
40*color8: base03 22! blue
41*color9: base09 23*.color4: #ae95c7
42*color10: base01 24*.color12: #ae95c7
43*color11: base02 25
44*color12: base04 26! magenta
45*color13: base06 27*.color5: #c795ae
46*color14: base0F 28*.color13: #c795ae
47*color15: base07 29
30! cyan
31*.color6: #95aec7
32*.color14: #95aec7
33
34! white
35*.color7: #c7ccd1
36*.color15: #f3f4f5
48 37
49URxvt.cursorBlink : 1 38URxvt.cursorBlink : 1
50URxvt.font :xft:Input Mono:pixelsize=12.5:style=Regular \ 39URxvt.font :xft:JetBrainsMono Nerd Font Mono:pixelsize=12.5:style=Regular \
51 xft:DejaVu Sans Mono:size=12.5:style=Medium 40 xft:DejaVu Sans Mono:size=12.5:style=Medium
52 41
53URxvt.italicFont :xft:Input Mono:pixelsize=12.5:style=Italic 42URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:pixelsize=12.5:style=Italic
54URxvt.boldFont :xft:Input Mono:pixelsize=12.5:style=Bold 43URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:pixelsize=12.5:style=Bold
55 44
56URxvt.lineSpace : 0 45URxvt.lineSpace : 0
57URxvt.letterSpace : -1 46URxvt.letterSpace : 0
58URxvt.scrollBar : false 47URxvt.scrollBar : false
59URxvt.internalBorder : 25 48URxvt.internalBorder : 25
60URxvt.cursorUnderline : false 49URxvt.cursorUnderline : false
@@ -65,12 +54,11 @@ URxvt.intensityStyles : false
65 54
66 55
67URxvt.perl-ext-common : default,matcher 56URxvt.perl-ext-common : default,matcher
68URxvt.url-launcher : firefox-bin 57URxvt.url-launcher : chromium
69URxvt.matcher.button : 1 58URxvt.matcher.button : 1
70 59
71Xft.autohint: 1 60Xft.autohint: true
72Xft.antialias: 1 61Xft.antialias: true
73Xft.lcdfilter: lcddefault 62Xft.lcdfilter: lcddefault
74Xft.hinting: true
75Xft.rgba: rgb 63Xft.rgba: rgb
76Xft.dpi: 96 64Xft.dpi: 96
diff --git a/x/.xinitrc b/x/.xinitrc
index 97028bf..f490477 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -1,5 +1,15 @@
1#!/bin/bash 1#!/bin/bash
2#.xinitrc 2#.xinitrc
3/usr/bin/prime-offload &
4xrdb -merge ~/.Xresources &
5xss-lock -- slock &
3xset b off & 6xset b off &
4xset s 600 & 7xset s 300 &
5exec dbus-launch --exit-with-session spectrwm 8# xrandr --setprovideroutputsource modesetting NVIDIA-0
9# xrandr --auto
10~/.fehbg &
11urxvtd &
12~/.local/bin/bat_check.sh &
13picom &
14dunst &
15exec spectrwm