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/defaults12
2 files changed, 15 insertions, 14 deletions
diff --git a/.config/X11/clientrc b/.config/X11/clientrc
index 26455d3..d18d714 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
@@ -19,8 +17,9 @@ if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
-# exec gnome-session
-# exec startkde
-# exec startxfce4
-# ...or the Window Manager of your choice
-exec wmii
+#exec wmii
+wm=wmii
+systemctl --user start "${wm}@${DISPLAY}.service"
+mkfifo "${XDG_RUNTIME_DIR}/x11-wm@${DISPLAY}"
+cat "${XDG_RUNTIME_DIR}/x11-wm@${DISPLAY}" >/dev/null
+rm "${XDG_RUNTIME_DIR}/x11-wm@${DISPLAY}"
diff --git a/.config/X11/defaults b/.config/X11/defaults
index 252170c..fca1914 100644
--- a/.config/X11/defaults
+++ b/.config/X11/defaults
@@ -1,11 +1,13 @@
-# -*- Mode: Conf-xdefaults -*-
+! -*- Mode: Conf-xdefaults -*-
-# "native" colors
-#URxvt.background: #000000
-#URxvt.foreground: #CCCCCC
-# Tango-dark
+! "native" colors
+!URxvt.background: #000000
+!URxvt.foreground: #CCCCCC
+! Tango-dark
URxvt.background: #2E3436
URxvt.foreground: #EEEEEC
+URxvt.color4: #729FCF
+URxvt.color12: #729FCF
URxvt.scrollstyle: plain
URxvt.scrollBar_floating: true