6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
|
ssh aristotle -L 5900:localhost:5900 "x11vnc -display :1 -noxdamage -auth ~/.local/share/sx/xauthority" & disown
|
||
|
sleep 3
|
||
|
bspc rule -a Vncviewer desktop=aristrcon
|
||
|
vncviewer localhost:5900
|
||
|
bspc rule -r Vncviewer
|