Move xlaunch to bin dir
[khome.git] / home / .xinitrc
CommitLineData
d6c84e8b
SK
1#! /bin/bash
2
3set -e
4
5if which systemd; then
6 opt_systemd='--systemd'
7else
8 opt_systemd=''
9fi
10
11dbus-update-activation-environment $opt_systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
aaf8b1ac 12exec dbus-launch --sh-syntax --exit-with-session ~/bin/xlaunch startx
This page took 0.028818 seconds and 4 git commands to generate.