Skip to content

TheRareFox/WindowsApps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

WindowsApps

This repository contains features or fixes that I felt could complement one's user experience and workflow :)

Contents

ForegroundApps

None [for now ;)]

BackgroundApps

  1. AutoSleep view repo
  2. MouseDisplayOff view repo

AutoSleep (C#, .NET CORE)

Background story: My laptop refused to go to sleep on timer. It had to be done manually, which caused my battery to drain quickly in the times that I forgot. So after running an energy report (using "powercfg /energy") I discovered that it was my speaker's drivers that was preventing my laptop from sleeping. Since my laptop was already past it's warranty, why not have some fun? ? :)

This app runs as a background process. It has 3 features.

  1. Goes to sleep after 10 minutes withou user interaction.
  2. Shows a popup and plays a tone 1 minute before the laptop is going to sleep.
  3. Popup automatically closes after 1 min.

MouseDisplayOff (Autohotkey)

!!User Warning!! Disclaimer: This application has not been tested on various devices and could cause bugs. Use at your own risk.

(This application was inspired by and adapted from Mr Koh's C# variant. You can check out his code here)

(Under construction)

About

This repository contains features or fixes that I felt could complement one's user experience and workflow :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 87.2%
  • AutoHotkey 12.8%