6 lines
210 B
Plaintext
Executable File
6 lines
210 B
Plaintext
Executable File
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
|