diff --git a/README.md b/README.md index 0b41d92..f66e94b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # My VNC setup Runs [DWM](https://dwm.suckless.org). + +## 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") diff --git a/images/client_example.png b/images/client_example.png new file mode 100644 index 0000000..645bb5d Binary files /dev/null and b/images/client_example.png differ diff --git a/images/hobby_example.png b/images/hobby_example.png new file mode 100644 index 0000000..5d5c90c Binary files /dev/null and b/images/hobby_example.png differ