From c9f0d747a80fb95be6efc4d50fd94baa6a02809f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 17 May 2020 17:24:21 -0400 Subject: [PATCH] fix --- .config/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xinitrc b/.config/xinitrc index e636c90..f38086e 100755 --- a/.config/xinitrc +++ b/.config/xinitrc @@ -10,7 +10,7 @@ # export STATUSBAR="i3blocks" # Uncomment this line when using i3. -[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" +. ~/.xprofile # Your default LARBS WM is determined in your `~/.profile` on login. Here we # run the proper command to run when the graphical environment starts.