added power-on-monitors (#723)

This commit is contained in:
Winter
2024-10-09 01:50:06 -07:00
committed by GitHub
parent 03c603918d
commit e24723125f
3 changed files with 13 additions and 1 deletions
+2
View File
@@ -132,6 +132,8 @@ pub enum Action {
},
/// Power off all monitors via DPMS.
PowerOffMonitors {},
/// Power on all monitors via DPMS.
PowerOnMonitors {},
/// Spawn a command.
Spawn {
/// Command to spawn.