summaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
Diffstat (limited to '.config/X11')
-rwxr-xr-x[-rw-r--r--].config/X11/clientrc17
-rw-r--r--.config/X11/defaults2
2 files changed, 11 insertions, 8 deletions
diff --git a/.config/X11/clientrc b/.config/X11/clientrc
index c139519..4478db0 100644..100755
--- a/.config/X11/clientrc
+++ b/.config/X11/clientrc
@@ -1,9 +1,7 @@
#!/bin/sh
-#
-# ~/.xinitrc
-#
-# Executed by startx (run your window manager from here)
+# Load system xinit modules (disabled)
+# Remove "false &&" to enable
if false && [ -d /etc/X11/xinit/xinitrc.d ]; then
echo ' ==> Running scripts in Entering xinitrc.d/*'
for f in /etc/X11/xinit/xinitrc.d/*; do
@@ -20,7 +18,10 @@ if [ -f "$usermodmap" ]; then
fi
exec gnome-session
-# exec startkde
-# exec startxfce4
-# ...or the Window Manager of your choice
-#exec wmii
+
+trap "rm -f $(printf '%q' "${XDG_RUNTIME_DIR}/x11-wm@${DISPLAY}")" EXIT
+mkfifo "${XDG_RUNTIME_DIR}/x11-wm@${DISPLAY}"
+
+cat "${XDG_RUNTIME_DIR}/x11-wm@${DISPLAY}" &
+systemctl --user start "wm@${DISPLAY}.target" &
+wait
diff --git a/.config/X11/defaults b/.config/X11/defaults
index 3c958ac..b9a0582 100644
--- a/.config/X11/defaults
+++ b/.config/X11/defaults
@@ -6,6 +6,8 @@
! Tango-dark
URxvt.background: #2E3436
URxvt.foreground: #EEEEEC
+URxvt.color4: #729FCF
+URxvt.color12: #729FCF
URxvt.scrollstyle: plain
URxvt.scrollBar_floating: true