blob: aa89c346a795f5a8093220f401aed1dfa85cb434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# README
AUR package that provides enhanced session support for the Hyper-V virtual machine.
Based on [linux-vm-tools](https://github.com/microsoft/linux-vm-tools/).
```bash
# install
yay -S hv-enhanced-session
# enable session
sudo systemctl enable --now hv-enhanced-session
# xrdp use xinit
echo -n "export DESKTOP_SESSION=plasma\nexec startplasma-x11" > ~/.xinitrc
```
|