vnc-setup/README.md

31 lines
733 B
Markdown
Raw Normal View History

2018-09-01 17:17:03 +00:00
# My VNC setup
Runs [DWM](https://dwm.suckless.org).
2018-09-01 17:46:44 +00:00
## Colored Selection patch for DWM
Allows you to create VNC sessions with different colored selections to
distinguish between contexts.
For example, there are two examples for *Client* projects and *Hobby* projects.
-----
![Client](images/client_example.png "Client VNC")
-----
![Hobby](images/hobby_example.png "Hobby VNC")
2018-09-02 02:19:20 +00:00
-----
2018-09-03 23:22:32 +00:00
There can be multiple VNCs with different colors. For example, the image below
shows VNCs started with the following commands:
```console
% startvnc --name Client
% startvnc --name Hobby --port 2 --color 007733
% startvnc --name Development --port 1 --color 0022aa
```
2018-09-02 02:19:20 +00:00
![Stack of VNC sessions](images/example.png "Stack of VNC sessions")