fix_monitors shell alias

This commit is contained in:
Gerg-L 2024-08-16 23:49:45 -04:00
parent 1b8059b2e1
commit 287d44532e
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -70,6 +70,7 @@ in
shellAliases = {
vm-start = "virsh start Windows";
vm-stop = "virsh shutdown Windows";
fix_monitors = "xset dpms force off && xset dpms force on";
};
};