diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-21 15:06:12 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-02-21 15:06:12 +0100 |
commit | cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e (patch) | |
tree | 0d5613dde38a1a9ae1ec9da69f5422b8d34f5bcd /root/.xinitrc | |
parent | correct locale actually export into env (diff) | |
download | n-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-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" |