index — crispy-website @ af1cd99922949c9a889fd629f9d7a1e18ef37767

My personal homepage (very crispy)

blog: update gui ssh formatting
crispy-caesus crispy@crispy-caesus.eu
Tue, 24 Mar 2026 23:30:56 +0100
commit

af1cd99922949c9a889fd629f9d7a1e18ef37767

parent

7af9db6322d925522237cb544bf11d28c3899f8a

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M blog/2026-03-21 Start graphical app through independent shell/post.txtblog/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.