public_notes/content/20240318201835 ログインしたら自動的にDISPLAY変数を設定したい.md

531 B

20240318201835 ログインしたら自動的にDISPLAY変数を設定したい

#tips #x-window

~/.profileなどに、こんな感じで書いておく。

# auto set display to last login
export DISPLAY=`who -um | awk '{print $NF}'| sed s/[\(\)]//g`:0.0

Ref.