diff options
author | Julian T <julian@jtle.dk> | 2021-05-03 15:12:26 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-05-03 15:12:26 +0200 |
commit | 079857f90f126d880da41488733dcd7780cbd136 (patch) | |
tree | d93f3510ae01b0709131ab009616e0c7a0e678b2 /xinit/.xprofile | |
parent | dc6fed0f0a9424655929e1edf4965ddcfa78d5d3 (diff) |
Ignore pyc files, do xlaunch script from xprofile and extra programs
Diffstat (limited to 'xinit/.xprofile')
-rwxr-xr-x | xinit/.xprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xinit/.xprofile b/xinit/.xprofile index d2a6731..913e414 100755 --- a/xinit/.xprofile +++ b/xinit/.xprofile @@ -11,3 +11,5 @@ 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 |