diff options
-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 |