diff --git a/environment/.config/environment.d/envvars.conf b/environment/.config/environment.d/envvars.conf index 1a4ec24..4938c26 100644 --- a/environment/.config/environment.d/envvars.conf +++ b/environment/.config/environment.d/envvars.conf @@ -1,2 +1,3 @@ XDG_CURRENT_DESKTOP="sway" MOZ_ENABLE_WAYLAND=1 +GTK_USE_PORTAL=0 diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 3882cab..7e9766b 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -270,4 +270,5 @@ assign [app_id="gst-launch-1.0"] 4 # Call kanshi to automatically configure connected display outputs # exec kanshi # Load environment variables -exec "systemctl --user import-environment" +exec systemctl --user import-environment XDG_CURRENT_DESKTOP MOZ_ENABLE_WAYLAND GTK_USE_PORTAL +include /etc/sway/config.d/*