blob: 6d2d0f2e48c4d9f90fb512ea18b79d232c4d27e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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 QT_QPA_PLATFORMTHEME=qt5ct
export VISUAL=nvim
|