Small changes

This commit is contained in:
Marko Korhonen 2020-04-14 12:37:19 +03:00
parent e7fd08516b
commit ed88870721
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 125 additions and 136 deletions

View file

@ -19,9 +19,6 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# Fix redshift on wlroots
export WLR_DRM_NO_ATOMIC=1
# Use wayland in SDL2
export SDL_VIDEODRIVER=wayland
# Run sway
sway
@ -35,4 +32,3 @@ unset QT_QPA_PLATFORMTHEME=qt5ct
unset QT_QPA_PLATFORM=wayland-egl
unset QT_WAYLAND_DISABLE_WINDOWDECORATION=1
unset WLR_DRM_NO_ATOMIC=1
unset SDL_VIDEODRIVER=wayland