Added tmux-display-fix when session was in the desktop after in the ssh and it cause problem

This commit is contained in:
Marcin Woźniak 2021-08-08 17:42:37 +02:00
parent 48cc449550
commit 8dffdba4d4
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 2 additions and 0 deletions

2
.local/bin/tmux-display-fix Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
export DISPLAY="`tmux show-env | sed -n 's/^DISPLAY=//p'`"