diff options
Diffstat (limited to 'dotfiles/.profile')
| -rw-r--r-- | dotfiles/.profile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 12dfd13..5d595ba 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,13 +1,11 @@ -export PATH=$PATH:$HOME/.local/bin +export PATH=$PATH:$HOME/.local/bin:$HOME/docs/scripts # Wayland-specific -#export GDK_BACKEND=wayland +export GDK_BACKEND=wayland export EGL_PLATFORM=wayland export CLUTTER_PLATFORM=wayland export SDL_VIDEODRIVER=wayland -export QT_QPA_PLATFORM=wayland-egl export QT_WAYLAND_DISABLE_WINDOWDECORATION=0 -export QT_QPA_PLATFORMTHEME="qt5ct" export _JAVA_AWT_WM_NONREPARENTING=1 export MOZ_ENABLE_WAYLAND=1 # Fixes Qt's webview scaling |
