diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-23 15:35:14 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-23 15:35:14 -0400 |
commit | 69b6c719517c047eaa2197517f9e65ed2c21560d (patch) | |
tree | 91848e2b18fcad70480a85e9b7cf215ccea7d761 /home/config/zsh/zprofile | |
parent | mint themes, other fixes (diff) | |
download | dotfiles-guix-69b6c719517c047eaa2197517f9e65ed2c21560d.tar.gz dotfiles-guix-69b6c719517c047eaa2197517f9e65ed2c21560d.tar.bz2 dotfiles-guix-69b6c719517c047eaa2197517f9e65ed2c21560d.zip |
update vim-plug and easyeffects
Diffstat (limited to 'home/config/zsh/zprofile')
-rw-r--r-- | home/config/zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/zsh/zprofile b/home/config/zsh/zprofile index 89ec646..a39a880 100644 --- a/home/config/zsh/zprofile +++ b/home/config/zsh/zprofile @@ -12,7 +12,7 @@ export SDL_VIDEODRIVER=wayland export CLUTTER_BACKEND=wayland export ELM_DISPLAY=wl export QT_AUTO_SCREEN_SCALE_FACTOR=1 -export QT_QPA_PLATFORM=wayland;xcb +export QT_QPA_PLATFORM="wayland;xcb" export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # xdg |