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 7e3d84d8c0
commit c412989acd

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