aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorBlista Kanjo2023-08-07 00:54:06 -0400
committerBlista Kanjo2023-08-07 00:54:06 -0400
commitfe837929bd1506505318e073f3bd20768c900d90 (patch)
treee14bba75b1480827968144512c6393c3b057114d /.xprofile
parentd7eafc15c7518e77d6eab7a8561bd8652312ca0f (diff)
feat: added `XPROFILE_X11_SPECIFICS=unloaded` state
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index becc18c..aa6167c 100644
--- a/.xprofile
+++ b/.xprofile
@@ -6,6 +6,7 @@ if [ -n "$DISPLAY" ] && xhost >/dev/null; then
export XPROFILE_X11_SPECIFICS=loaded
else
echo "x11 is not running... x11-related settings have been skipped"
+ export XPROFILE_X11_SPECIFICS=unloaded
fi
export EDITOR=nvim