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 cc731f1ee4
commit 1fc8119b39

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'`"