summaryrefslogtreecommitdiffstats
path: root/root/.xinitrc
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-02-21 15:06:12 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-02-21 15:06:12 +0100
commitcf48c423dbe7e6cf24bf1475e34778c2e7c8e33e (patch)
tree0d5613dde38a1a9ae1ec9da69f5422b8d34f5bcd /root/.xinitrc
parentcorrect locale actually export into env (diff)
downloadn-cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e.tar
n-cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e.tar.gz
n-cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e.tar.bz2
n-cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e.tar.lz
n-cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e.tar.xz
n-cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e.tar.zst
n-cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e.zip
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"