diff options
Diffstat (limited to '')
-rwxr-xr-x | root/.xinitrc | 5 |
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" |