summaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
Diffstat (limited to 'x')
-rw-r--r--x/.Xresources20
-rw-r--r--x/.xinitrc2
2 files changed, 12 insertions, 10 deletions
diff --git a/x/.Xresources b/x/.Xresources
index 39bb560..44bd7c8 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -8,28 +8,28 @@
8*.color8: #747c84 8*.color8: #747c84
9 9
10! red 10! red
11*.color1: #b23e27 11*.color1: #ce3c1e
12*.color9: #b23e27 12*.color9: #ce3c1e
13 13
14! green 14! green
15*.color2: #378e5e 15*.color2: #1ea85c
16*.color10: #378e5e 16*.color10: #1ea85c
17 17
18! yellow 18! yellow
19*.color3: #aec795 19*.color3: #758268
20*.color11: #aec795 20*.color11: #758268
21 21
22! blue 22! blue
23*.color4: #50719b 23*.color4: #50719b
24*.color12: #50719b 24*.color12: #50719b
25 25
26! magenta 26! magenta
27*.color5: #b76e9f 27*.color5: #aa297f
28*.color13: #b76e9f 28*.color13: #aa297f
29 29
30! cyan 30! cyan
31*.color6: #318e88 31*.color6: #35a390
32*.color14: #318e88 32*.color14: #35a390
33 33
34! white 34! white
35*.color7: #c7ccd1 35*.color7: #c7ccd1
diff --git a/x/.xinitrc b/x/.xinitrc
index f490477..2269628 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -5,6 +5,8 @@ xrdb -merge ~/.Xresources &
5xss-lock -- slock & 5xss-lock -- slock &
6xset b off & 6xset b off &
7xset s 300 & 7xset s 300 &
8setxkbmap -layout us -option caps:ctrl_modifier &
9xcape -e 'Caps_Lock=Escape' &
8# xrandr --setprovideroutputsource modesetting NVIDIA-0 10# xrandr --setprovideroutputsource modesetting NVIDIA-0
9# xrandr --auto 11# xrandr --auto
10~/.fehbg & 12~/.fehbg &