home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Support relative brightness increases/decreases
[khome.git]
/
home
/
.xinitrc
1
#! /bin/bash
2
3
set -e
4
5
if
which
systemd
;
then
6
opt_systemd
=
'--systemd'
7
else
8
opt_systemd
=
''
9
fi
10
11
dbus-update-activation-environment
$opt_systemd
DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
12
exec
dbus-launch
--sh-syntax --exit-with-session
~
/
.xlaunch
This page took
0.076496 seconds
and
4
git commands to generate.