I am using this windows terminal, and when trying to execute
echo hello world | xclip -sel clip
for example, I receive Error:
Can't open display: (null)
error.
I installed
sudo apt-get install xorg
Also tried
export DISPLAY=:0
(and also 1)
but the xclip gives me the same error.
Please advise.
Thanks!