From b85872dfc933ff3bd2e95303d8327c357c8b9ca6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 11 Jul 2023 15:28:11 +0100 Subject: Move to sx instead of startx --- profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profile') diff --git a/profile b/profile index ea368ac..125007f 100644 --- a/profile +++ b/profile @@ -14,5 +14,5 @@ export FILE_MANAGER="/usr/bin/thunar" export EMAIL_CLIENT="/usr/bin/thunderbird" export EDITOR="/usr/bin/vim" -[ "$(fgconsole 2>/dev/null)" = "1" ] && exec startx -- vt1 &> /dev/null - +export XINITRC="$HOME/.config/sx/sxrc" +[ "$(fgconsole 2>/dev/null)" = "1" ] && exec sx -- cgit v1.2.1