diff options
author | Julian T <julian@jtle.dk> | 2021-05-31 14:39:17 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-05-31 14:39:17 +0200 |
commit | d06c5308bb5aff9981902b3ba3ec40cea1c85751 (patch) | |
tree | acc33aa7cf8865ba0e5f646ab7837caed621e83d /xinit | |
parent | bb8124db1bc70ea424722fc69ce63477181e5cfe (diff) |
Fix xinit launching
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/.xprofile | 2 | ||||
-rwxr-xr-x | xinit/.xsession | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/xinit/.xprofile b/xinit/.xprofile index 913e414..d2a6731 100755 --- a/xinit/.xprofile +++ b/xinit/.xprofile @@ -11,5 +11,3 @@ export XKB_DEFAULT_VARIANT=altgr-intl export LOPTS="screensaver composer gnome-keyring" export MOZ_X11_EGL=1 export MOZ_WEBRENDER=1 - -/home/julian/Scripts/xlaunchrc >> ~/.xlaunch.log diff --git a/xinit/.xsession b/xinit/.xsession new file mode 100755 index 0000000..16e4717 --- /dev/null +++ b/xinit/.xsession @@ -0,0 +1,3 @@ +$HOME/Scripts/xlaunchrc + +exec i3 |