diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-10-14 23:57:21 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-10-14 23:57:21 +0200 |
| commit | a7f6bcbf2930fda0547136491bf1a67c3b337224 (patch) | |
| tree | ac912071501f523741c2629a5ab99d07384f1ded /bash | |
| parent | 2dcb41cd467d47a4c867b91cf5b26a4158937e7d (diff) | |
.
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.profile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bash/.profile b/bash/.profile index 046794e..a34726e 100644 --- a/bash/.profile +++ b/bash/.profile @@ -2,7 +2,11 @@ export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.gem/ruby/2.7.0/bin export CHICKEN_REPOSITORY=~/programs/chicken_repository export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist export QT_QPA_PLATFORMTHEME=qt5ct +export VISUAL=nvim +#export WLR_DRM_NO_MODIFIERS=1 +#export QT_QPA_PLATFORM=wayland +#export SDL_VIDEODRIVER=wayland +#export GDK_BACKEND=wayland #export QT_AUTO_SCREEN_SCALE_FACTOR=1 #export QT_ENABLE_HIGHDPI_SCALING=1 #export QT_WAYLAND_FORCE_DPI=120 -export VISUAL=nvim |
