remove sway vars, add vars for vscode/wayland

This commit is contained in:
Joel Beckmeyer
2026-04-10 14:08:23 -04:00
parent 4bd7b03290
commit 9ab113bf91
+3 -4
View File
@@ -27,10 +27,9 @@ export EDITOR=nvim
export SUDO_EDITOR="$(which $EDITOR)"
export PAGER=less
# sway
#export XDG_CURRENT_DESKTOP=sway
#export _JAVA_AWT_WM_NONREPARENTING=1
#export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
# wayland
export ELECTRON_OZONE_PLATFORM_HINT=wayland
export GTK_USE_PORTAL=1
# virt
export LIBVIRT_DEFAULT_URI="qemu:///system"