From cf48c423dbe7e6cf24bf1475e34778c2e7c8e33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 21 Feb 2023 15:06:12 +0100 Subject: x+binpkg --- root/.xinitrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 root/.xinitrc (limited to 'root/.xinitrc') 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" -- cgit v1.2.3