summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2023-02-27 11:11:13 +0100
committerMehdi Sadeghi <mehdi@mehdix.org>2023-02-28 10:34:37 +0100
commitd47e3f8702458bb73d1f656333eb49ba317cdf2f (patch)
tree0ffc65acd261e0549604b1eb0fa1d4670d75d93c /.config/sway/config
parent92b878d5585dd00d18afafac191b12453718321f (diff)
Apply a fix to Gtk+ apps 20s dbus startup delay
XDG_DESKTOP_PORTAL should be exported for xdg-desktop-portal-wlr to be chosen correctly by xdg-desktop-portal. This env variable is somewhat non-standard therefore sway does not export it itself.
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 4a550f4..1e25051 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -252,9 +252,9 @@ bar {
status_command exec ~/.local/bin/any_position_wrapper.sh
}
-# Prepare for xdg-desktop-portal-wlr
-exec ~/.config/sway/xdpw
-
# Load machine specific configuration
include ~/.config/sway/`hostname`
+# Prepare for xdg-desktop-portal-wlr
+exec ~/.config/sway/xdpw
+