Skip to content

Commit

Permalink
Merge branch 'ChrisTitusTech:main' into AuthorInfoBox
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user authored Jun 20, 2024
2 parents e1dd643 + 864f063 commit c5bccd1
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 20 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Compile

on:
push:
branches:
push:
branches:
- main
- test*
workflow_dispatch: # Manual trigger added

jobs:
build-runspace:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflows: ["Compile"] #Ensure Compile winget.ps1 is done
types:
- completed
workflow_dispatch: # Manual trigger added

jobs:
build-runspace:
Expand Down
40 changes: 40 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,14 @@
"link": "https://www.revouninstaller.com/",
"winget": "RevoUninstaller.RevoUninstaller"
},
"WPFInstallWiseProgramUninstaller": {
"category": "Utilities",
"choco": "na",
"content": "Wise Program Uninstaller (WiseCleaner)",
"description": "Wise Program Uninstaller is the perfect solution for uninstalling Windows programs, allowing you to uninstall applications quickly and completely using its simple and user-friendly interface.",
"link": "https://www.wisecleaner.com/wise-program-uninstaller.html",
"winget": "WiseCleaner.WiseProgramUninstaller"
},
"WPFInstallrevolt": {
"category": "Communications",
"choco": "na",
Expand Down Expand Up @@ -2503,6 +2511,14 @@
"link": "https://toys.wisecleaner.com/",
"winget": "WiseCleaner.WiseToys"
},
"WPFInstallTeraCopy": {
"category": "Utilities",
"choco": "TeraCopy",
"content": "TeraCopy",
"description": "Copy your files faster and more securely",
"link": "https://codesector.com/teracopy",
"winget": "CodeSector.TeraCopy"
},
"WPFInstallwizfile": {
"category": "Utilities",
"choco": "na",
Expand Down Expand Up @@ -2727,6 +2743,14 @@
"link": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode",
"winget": "Armin2208.WindowsAutoNightMode"
},
"WPFInstallAmbieWhiteNoise": {
"category": "Utilities",
"choco": "na",
"content": "Ambie White Noise",
"description": "Ambie is the ultimate app to help you focus, study, or relax. We use white noise and nature sounds combined with an innovative focus timer to keep you concentrated on doing your best work.",
"link": "https://ambieapp.com/",
"winget": "9P07XNM5CHP0"
},
"WPFInstallmagicwormhole": {
"category": "Utilities",
"choco": "magic-wormhole",
Expand All @@ -2735,6 +2759,14 @@
"link": "https://github.com/magic-wormhole/magic-wormhole",
"winget": "magic-wormhole.magic-wormhole"
},
"WPFInstallcroc": {
"category": "Utilities",
"choco": "croc",
"content": "croc",
"description": "Easily and securely send things from one computer to another.",
"link": "https://github.com/schollz/croc",
"winget": "schollz.croc"
},
"WPFInstallqgis": {
"category": "Multimedia Tools",
"choco": "qgis",
Expand Down Expand Up @@ -2791,6 +2823,14 @@
"link": "https://github.com/7gxycn08/ForceAutoHDR",
"winget": "ForceAutoHDR.7gxycn08"
},
"WPFInstallJoyToKey": {
"category": "Utilities",
"choco": "joytokey",
"content": "JoyToKey",
"description": "enables PC game controllers to emulate the keyboard and mouse input",
"link": "https://joytokey.net/en/",
"winget": "JTKsoftware.JoyToKey"
},
"WPFInstallnditools": {
"category": "Multimedia Tools",
"choco": "na",
Expand Down
1 change: 1 addition & 0 deletions functions/private/Invoke-WinUtilNumLock.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function Invoke-WinUtilNumLock {
Write-Host "Disabling Numlock on startup"
$value = 0
}
New-PSDrive -PSProvider Registry -Name HKU -Root HKEY_USERS
$Path = "HKU:\.Default\Control Panel\Keyboard"
Set-ItemProperty -Path $Path -Name InitialKeyboardIndicators -Value $value
}
Expand Down
Loading

0 comments on commit c5bccd1

Please sign in to comment.