mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix_monitors shell alias
This commit is contained in:
parent
1b8059b2e1
commit
287d44532e
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue