diff options
author | Thanos Apollo <[email protected]> | 2024-01-29 06:07:22 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-29 06:07:22 +0200 |
commit | 59f490355e07e1aa4acef559a37e60bf0175b195 (patch) | |
tree | 9f343e695e7e98ead0432ba81e80c81a7a717da3 /.xinitrc | |
parent | b42912d9050be4ee8073be0cfe1ea0f53e461232 (diff) |
xinitrc: Source /etc/profile and update paths & sbcl_home
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ #!/bin/sh +source /etc/profile + +export PATH="/usr/bin:$PATH" +export XDG_SESSION_TYPE="x11" +export SBCL_HOME=/usr/lib64/sbcl + # /usr/bin/qtile start /usr/local/bin/stumpwm |