diff options
| author | Blista Kanjo | 2023-08-07 00:54:06 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-07 00:54:06 -0400 |
| commit | fe837929bd1506505318e073f3bd20768c900d90 (patch) | |
| tree | e14bba75b1480827968144512c6393c3b057114d | |
| parent | d7eafc15c7518e77d6eab7a8561bd8652312ca0f (diff) | |
feat: added `XPROFILE_X11_SPECIFICS=unloaded` state
| -rw-r--r-- | .xprofile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
