Add "open" function to fork xdg-open
[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
12exec dbus-launch --sh-syntax --exit-with-session ~/.xlaunch
This page took 0.023963 seconds and 4 git commands to generate.