summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/x11/xprofile2
-rwxr-xr-x.config/x11/xresources15
2 files changed, 6 insertions, 11 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile
index 6fdde7f..8ba9496 100755
--- a/.config/x11/xprofile
+++ b/.config/x11/xprofile
@@ -5,11 +5,11 @@
setbg & # Set the background with the `setbg` script
# xcompmgr & # xcompmgr for transparency
+xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources &
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 fdd5701..147db04 100755
--- a/.config/x11/xresources
+++ b/.config/x11/xresources
@@ -1,11 +1,5 @@
-/* !! Transparency (0-1): */
-/* *.alpha: 1.0 */
-/* */
-/* !! Set a default font and font size as below: */
-/* *.font: monospace:size=10 */
-
-/* xterm*selectToClipboard: true */
-/* xterm*disallowedWindowOps: 20,21,SetXProp */
+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; */
@@ -14,13 +8,14 @@
! special
*.foreground: #F5F5F5
-*.background: #0A0A0A
+/* background set the cursor apperently */
+*.background: #D0D0D0
/* *.cursorColor: #D0D0D0 */
*.revCursorColor: #151515
! black
*.color0: #0A0A0A
-*.color8: #0A0A0A
+*.color8: #353535
! red
*.color1: #AC4142