diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-12-16 02:12:41 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-12-16 02:12:41 +0100 |
| commit | 004162c05e42a2f2645ca06702567967b1d88961 (patch) | |
| tree | 18319b9654b8ec561524a58fed0fd3af7131647e /shell/.profile | |
| parent | 2f694c9ab1416de12d6c5da47d384a625662edf1 (diff) | |
.
Diffstat (limited to 'shell/.profile')
| -rw-r--r-- | shell/.profile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/.profile b/shell/.profile new file mode 100644 index 0000000..9a9d26e --- /dev/null +++ b/shell/.profile @@ -0,0 +1,12 @@ +export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist +export CHICKEN_REPOSITORY=~/programs/chicken_repository +export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.gem/ruby/2.7.0/bin:~/.cabal/bin:$PATH +export QT_QPA_PLATFORMTHEME=qt5ct +export VISUAL=nvim +#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 |
