summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..bcf96a9
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,4 @@
+#chooser="/etc/X11/chooser.sh"
+#session=$(XSESSION="${1}" ${chooser})
+#exec ${session:-$(${chooser})}
+exec $(XSESSION="${1:-${XSESSION}}" /etc/X11/chooser.sh)