XQuartz#
Note
Note: XQuartz is for MacOS only
SSH#
To get the display in an ssh connection:
Open XQuartz
Connect with X forwarding:
ssh -X <URL>
Test if forwarding worked using one of those software:
xeyes
,xclock
,xdisp
XQuartz Terminal#
To allow pasting inside the XQuartz terminal:
Create the file
~/.Xdefaults
Edit it and add the line:
*VT100.translations: #override Meta <KeyPress> V: insert-selection(PRIMARY, CUT_BUFFER0) \n
run:
xrdb -merge ~/.Xdefaults