From 39454c6677478468f3429728d3228505157daf4f Mon Sep 17 00:00:00 2001 From: deeplow <47065258+deeplow@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:54:59 -0400 Subject: [PATCH 1/3] add link about gaming on windows --- docs/os/windows/windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/os/windows/windows.md b/docs/os/windows/windows.md index 24f54bb..72b266b 100644 --- a/docs/os/windows/windows.md +++ b/docs/os/windows/windows.md @@ -11,4 +11,5 @@ For more information about Windows VMs in Qubes OS, please see the following ext * [Installing and Using Qubes Windows Tools in Qubes R4.0](https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-tools.md) * [Installing and Using Windows-based VMs in Qubes R4.1](https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-vm41.md) * [Installing and Using Qubes Windows Tools in Qubes R4.1](https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-tools41.md) +* [Create a Gaming HVM in Qubes 4.1](https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-gaming-hvm.md) * [Migrate backups of Windows VMs created under Qubes R4.0 to R4.1](https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-migrate41.md) From adef0d38a3968fafd672d2aaa6d0349122184148 Mon Sep 17 00:00:00 2001 From: 3hhh Date: Thu, 4 Aug 2022 18:49:59 +0200 Subject: [PATCH 2/3] add qrexec-proxy --- code/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/code/README.md b/code/README.md index 22a9481..b6274b5 100644 --- a/code/README.md +++ b/code/README.md @@ -14,6 +14,7 @@ **`monitoring`** - [ls-qubes.sh](/code/monitoring/ls-qubes.sh): outputs the nb. of running qubes + total memory used; the output can be fed into a panel text applet (see comments in the script). - ![](/_res/l.png) [qubes-performance](https://github.com/3hhh/qubes-performance) +- ![](/_res/l.png) [qrexec-proxy](https://github.com/3hhh/qubes-qrexec-proxy) **`multimedia`** - sound-control-scripts: toggle, volume up, volume down, ... From c100e9c6f1ed023a183fdb67ccd9234db6f7c801 Mon Sep 17 00:00:00 2001 From: 3hhh Date: Thu, 11 Aug 2022 22:21:37 +0200 Subject: [PATCH 3/3] added qubes-callbackd --- code/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/code/README.md b/code/README.md index b6274b5..520734e 100644 --- a/code/README.md +++ b/code/README.md @@ -15,6 +15,7 @@ - [ls-qubes.sh](/code/monitoring/ls-qubes.sh): outputs the nb. of running qubes + total memory used; the output can be fed into a panel text applet (see comments in the script). - ![](/_res/l.png) [qubes-performance](https://github.com/3hhh/qubes-performance) - ![](/_res/l.png) [qrexec-proxy](https://github.com/3hhh/qubes-qrexec-proxy) +- ![](/_res/l.png) [qubes-callbackd](https://github.com/3hhh/qubes-callbackd) **`multimedia`** - sound-control-scripts: toggle, volume up, volume down, ...