summaryrefslogtreecommitdiff
path: root/.config/x11
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 23:24:28 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 23:24:28 +0200
commitc270db7379b7cda9c9b5d7c71a9944664aed97d1 (patch)
treed2f06a39a8343aef1072cbac640c2519b6322f46 /.config/x11
parent93d2454af4564bcc9168317cea3d19abfafa644f (diff)
Remove alacritty, st ftw
Diffstat (limited to '.config/x11')
-rwxr-xr-x.config/x11/xprofile1
-rwxr-xr-x.config/x11/xresources46
2 files changed, 47 insertions, 0 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile
index d341451..6fdde7f 100755
--- a/.config/x11/xprofile
+++ b/.config/x11/xprofile
@@ -9,6 +9,7 @@ xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
xbanish & # Remove mouse when typing
dwmblocks & # Status bar
+xrdb xresources &
echo $PATH > /tmp/path.dbg
# This line autostart an instance of Pulseaudio that does not exit on idle.
diff --git a/.config/x11/xresources b/.config/x11/xresources
index 84b231b..fdd5701 100755
--- a/.config/x11/xresources
+++ b/.config/x11/xresources
@@ -3,3 +3,49 @@
/* */
/* !! Set a default font and font size as below: */
/* *.font: monospace:size=10 */
+
+/* xterm*selectToClipboard: true */
+/* xterm*disallowedWindowOps: 20,21,SetXProp */
+/* *.font: Monospace:pixelsize=25:antialias=true:autohint=true; */
+/* *.fontalt0:Braille:pixelsize=24:antialias=true:autohint=true; */
+/* *.fontalt1:JoyPixels:pixelsize=24:antialias=true:autohint=true; */
+
+! colors
+
+! special
+*.foreground: #F5F5F5
+*.background: #0A0A0A
+/* *.cursorColor: #D0D0D0 */
+*.revCursorColor: #151515
+
+! black
+*.color0: #0A0A0A
+*.color8: #0A0A0A
+
+! red
+*.color1: #AC4142
+*.color9: #AC4142
+
+! green
+*.color2: #A1B56C
+*.color10: #A1B56C
+
+! yellow
+*.color3: #F4BF75
+*.color11: #F4BF75
+
+! blue
+*.color4: #A5D6FF
+*.color12: #A5D6FF
+
+! magenta
+*.color5: #AA759F
+*.color13: #AA759F
+
+! cyan
+*.color6: #75B5AA
+*.color14: #75B5AA
+
+! white
+*.color7: #D0D0D0
+*.color15: #F5F5F5