From 287d44532ebe5dcaa9022204dee35c9520a48ec6 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Fri, 16 Aug 2024 23:49:45 -0400 Subject: [PATCH] fix_monitors shell alias --- hosts/gerg-desktop/vfio.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gerg-desktop/vfio.nix b/hosts/gerg-desktop/vfio.nix index 5e4e520..9e28fa1 100644 --- a/hosts/gerg-desktop/vfio.nix +++ b/hosts/gerg-desktop/vfio.nix @@ -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"; }; };