diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-07-06 01:13:01 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-07-06 01:13:01 +0200 |
| commit | 4f89b9c71f78a102b28c7538d0673148572814e6 (patch) | |
| tree | 1c46037bdd14980f21ca121c2134b22b63be7d85 /shell | |
| parent | 69ac4caeb4b369d1fce2bd5ad331abc5f0172e45 (diff) | |
.
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/.profile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/shell/.profile b/shell/.profile index 6d2d0f2..579109f 100644 --- a/shell/.profile +++ b/shell/.profile @@ -1,12 +1,12 @@ -#export CHICKEN_REPOSITORY=~/programs/chicken_repository -#export GDK_BACKEND=wayland -#export QT_AUTO_SCREEN_SCALE_FACTOR=1 -#export QT_ENABLE_HIGHDPI_SCALING=1 -#export QT_QPA_PLATFORM=wayland -#export QT_WAYLAND_FORCE_DPI=120 -#export SDL_VIDEODRIVER=wayland -#export WLR_DRM_NO_MODIFIERS=1 -export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist -export PATH=~/bin:~/python39/bin:$PATH +# export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist +# export CHICKEN_REPOSITORY=~/programs/chicken_repository +# export GDK_BACKEND=wayland +# export QT_AUTO_SCREEN_SCALE_FACTOR=1 +# export QT_ENABLE_HIGHDPI_SCALING=1 +# export QT_QPA_PLATFORM=wayland +# export QT_WAYLAND_FORCE_DPI=120 +# export SDL_VIDEODRIVER=wayland +# export WLR_DRM_NO_MODIFIERS=1 +export PATH=~/bin:~/opt/python39/bin:~/opt/janet/bin:$PATH export QT_QPA_PLATFORMTHEME=qt5ct export VISUAL=nvim |
