From 90e5f9515471be0941840eb53212a8b1276ee991 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 4 Feb 2025 21:56:47 +0100 Subject: [PATCH] Set wayland display --- templates/tmux.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tmux.j2 b/templates/tmux.j2 index 1c035a1..3044e2b 100644 --- a/templates/tmux.j2 +++ b/templates/tmux.j2 @@ -4,7 +4,7 @@ Description=Tmux startup script [Service] -Environment=DISPLAY=:0 +Environment=WAYLAND_DISPLAY=wayland-0 ExecStart=/home/sonny/.local/bin/tmux_start Type=forking RemainAfterExit=yes