aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:40 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:40 +0100
commitf65413f0287242fa63cfa030f6cc714e350ece61 (patch)
treede3037e5aa546a7438773fe05457396c10306684 /dot_local/bin
parent21ba27be8423b5e3790cefd04306a2f287ffd247 (diff)
downloaddotfiles-f65413f0287242fa63cfa030f6cc714e350ece61.tar.gz
dotfiles-f65413f0287242fa63cfa030f6cc714e350ece61.tar.bz2
dotfiles-f65413f0287242fa63cfa030f6cc714e350ece61.zip
fix(zprofile): export DISPLAY=:0 for XWayland before exec sway
Sway's XWayland is lazy — DISPLAY isn't set in sway's env until the first X client connects, which means systemctl/dbus import-environment runs too early and nothing downstream sees DISPLAY. Setting DISPLAY=:0 in zprofile before 'exec sway' ensures sway itself inherits it, and therefore so do all its child processes (terminals, scripts, systemd user services via import-environment). XWayland will spawn on demand when a client actually connects to :0. Also drop the redundant fallback from rqr now that the session-wide export covers it.
Diffstat (limited to 'dot_local/bin')
-rwxr-xr-xdot_local/bin/executable_rqr4
1 files changed, 0 insertions, 4 deletions
diff --git a/dot_local/bin/executable_rqr b/dot_local/bin/executable_rqr
index f00f84c..335f55b 100755
--- a/dot_local/bin/executable_rqr
+++ b/dot_local/bin/executable_rqr
@@ -1,9 +1,5 @@
#!/usr/bin/env sh
-# zbarcam opens an X11 preview window, so DISPLAY must reach XWayland.
-# Fall back to :0 (sway's default XWayland display) if it's missing.
-export DISPLAY="${DISPLAY:-:0}"
-
text="$(zbarcam -q -1 --raw)"
printf '%s' "$text" | wl-copy