Skip to content

Instantly share code, notes, and snippets.

View WeirdBeardDev's full-sized avatar

WeirdBeardDev WeirdBeardDev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am weirdbearddev on github.
  • I am weirdbearddev (https://keybase.io/weirdbearddev) on keybase.
  • I have a public key ASCpJw3AVkKK3hoDDKJE8YHglJaAzfFY8f9m332pUj67xAo

To claim this, I am signing this object:

@WeirdBeardDev
WeirdBeardDev / launch.json
Last active February 10, 2024 21:38
VSCode-UnityDebugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Unity Editor",
"type": "unity",
"path": "/{ProjectFolder}/Library/EditorInstance.json",
"request": "launch"
},
{
@WeirdBeardDev
WeirdBeardDev / Win10NoFlashing.reg
Created April 14, 2024 21:02
Update registry to try and stop the taskbar icons from flashing.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundFlashCount"=dword:00000000
"ForegroundLockTimeout"=dword:00000000