Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMM-Pir for Windows #168

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

MMM-Pir for Windows #168

wants to merge 7 commits into from

Conversation

bugsounet
Copy link
Owner

@bugsounet bugsounet commented Jan 12, 2025

Enhancements for #141

Add:

  • setup:windows command
  • installer/windows.cmd as installer commands

Fix:

  • minify, dev and src script for windows
  • Rename dependencies run-script as deps because it make some touble with windows !?
  • workflows (dependencies to deps)

Todo:

  • Find a pretty command for turn on/off screen
  • Create Display.mode for this
  • Review ReadMe for windows user
  • Make pretty windows installer.... (because it's only for testing actually!)
  • Make update:windows for updating

@bugsounet
Copy link
Owner Author

humm, any idea how to turn off screen without PC sleep

I try:

  • powershell (Add-Type '[DllImport(\"user32.dll\")]public static extern int PostMessage(int h,int m,int w,int l);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2)

but the computer goes to sleep too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant