summaryrefslogtreecommitdiffstats
path: root/root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'root/.xinitrc')
-rwxr-xr-xroot/.xinitrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/root/.xinitrc b/root/.xinitrc
new file mode 100755
index 0000000..4d4c713
--- /dev/null
+++ b/root/.xinitrc
@@ -0,0 +1,5 @@
+[ -f /etc/xprofile ] && . /etc/xprofile
+[ -f ~/.xprofile ] && . ~/.xprofile
+picom &
+hsetroot -solid black
+exec dbus-run-session sh -c "dex -a && exec i3"