From 8dffdba4d4d6a932650b09b2125e3c487b6bc489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 8 Aug 2021 17:42:37 +0200 Subject: [PATCH] Added tmux-display-fix when session was in the desktop after in the ssh and it cause problem --- .local/bin/tmux-display-fix | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/bin/tmux-display-fix diff --git a/.local/bin/tmux-display-fix b/.local/bin/tmux-display-fix new file mode 100755 index 0000000..2519637 --- /dev/null +++ b/.local/bin/tmux-display-fix @@ -0,0 +1,2 @@ +#!/bin/bash +export DISPLAY="`tmux show-env | sed -n 's/^DISPLAY=//p'`"