於是想來惡搞一下,這樣就可以輕鬆地按 enter 開 mutt 的圖檔了 :p
(screen 裡面舊的窗當然還是不能用)
--
在下列檔案加入..
.xinitrc:
echo $DISPLAY > /tmp/display
chmod 600 /tmp/display
.bash_profile:
if [ "$DISPLAY" ]; then
echo $DISPLAY > /tmp/display
chmod 600 /tmp/display
else
rm -f /tmp/display
fi
.bashrc:
if [ "$PS1" ]; then
if [ -e /tmp/display ] && [ "$TERM" = "screen" ]; then
export DISPLAY=`cat /tmp/display`
fi
fi
沒有留言:
張貼留言