blog: update gui ssh formatting
crispy-caesus crispy@crispy-caesus.eu
Tue, 24 Mar 2026 23:30:56 +0100
1 files changed,
4 insertions(+),
2 deletions(-)
M
blog/2026-03-21 Start graphical app through independent shell/post.txt
→
blog/2026-03-21 Start graphical app through independent shell/post.txt
@@ -5,12 +5,14 @@
You essentially just need to set a few environment variables to access the graphical session and be the same user. -Wayland +------------------------------------------------------------ +Wayland: XDG_RUNTIME_DIR=/run/user/1000 WAYLAND_DISPLAY=wayland-1 -X11 +X11: DISPLAY=0 +------------------------------------------------------------ You might have to adjust the userid or display number based on your setup.