Add optional mate session launch file
[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
dbdd2768 13#exec dbus-launch --sh-syntax --exit-with-session ~/.xinitrc-mate
This page took 0.029543 seconds and 4 git commands to generate.