11 lines
171 B
Bash
11 lines
171 B
Bash
#!/bin/sh
|
|
# Tell dbus stuff about DISPLAY here?
|
|
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
|
|
source /etc/profile
|
|
|
|
# Start xfce4
|
|
#exec startxfce4
|
|
|
|
# Start i3
|
|
exec i3
|