From 10ba7aefc441fec1164f5aff8b316b1f94b2527f Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Mon, 3 Jan 2022 13:12:37 -0700 Subject: [PATCH] Comment out fix that breaks things --- dotfiles/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index ee7b63a..eb9c374 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -3,5 +3,5 @@ export PLASMA_USE_QT_SCALING=1 # Make Plasma work properly with high DPI scaling on X11 export MOZ_USE_XINPUT2=1 # Use pixel-by-pixel touchpad scrolling in Firefox export MOZ_ENABLE_WAYLAND=1 # Use experimental native Wayland support for Firefox and Thunderbird -export GTK_USE_PORTAL=1 # Try to use native file pickers in GTK programs +# export GTK_USE_PORTAL=1 # Try to use native file pickers in GTK programs #---------------------------------------------------------------------------------#