Skip to content

Instantly share code, notes, and snippets.

#################################
# Animations #
#################################
animations = true;
# Global animation parameters
animation-stiffness-in-tag = 150; # Smoother opening
animation-stiffness-tag-change = 80; # Smoother tag transitions
animation-window-mass = 0.4; # Slightly heavier for more "weighty" feel
@douo
douo / inner_glow.frag
Last active July 31, 2025 01:05
picom internal glow shader
#version 430
/*
* picom internal glow shader
*
* Effect: The glow is strongest at the bottom center of the window
* and fades out smoothly towards the sides and top.
*
* --- How to use in picom ---
*
@0xBEEB
0xBEEB / WiiUNotes.md
Last active September 16, 2025 00:23
What I wish I knew going into Wii U hacking

What I wish I knew going into Wii U hacking

For the past six months I've been learning about hacking my Wii U. I could have completed this project in a weekend, but sometimes I get an itch to go further.

My goal has been to have the ultimate couch console where friends can play video games in the same place in front of the same screen (plus gamepad screen). After that first weekend I was able to play homebrew, and make game backups to play. It even came with new software to use PS3 controllers on the console as pro controllers. My console had become really cool, but it wasn't perfect. So, I began working on getting it from 75% to perfect to 95% perfect (see unfixed cons below).

The documentation for that first 75% is really good and simple, but it's so simple the learning curve to do more advance things is steep. The research involved included digging through decade old forum posts, out of date wikis, finding files in abandoned MEGA drive downloads, reading source code in a dozens of repos, and lots of t

@AveYo
AveYo / Take_Ownership_Advanced_Context_Menu.reg
Created August 14, 2018 13:44
Take_Ownership_Advanced_Context_Menu.reg
Windows Registry Editor Version 5.00
; Take_Ownership_Advanced_Context_Menu.reg by AveYo v2018-07-19
; =================================================================================================================================
; GAIN ACCESS: Inherit from parent: YES, Owner = current user, Owner Rights = Modify
; GAIN EXCLUSIVE ACCESS: Inherit from parent: NO, Owner = current user, Owner Rights = FullControl
; USERS GAIN EXCLUSIVE ACCESS FOR NEW FILES: Inherit from parent: NO, Owner = Authenticated Users, Owner Rights = FullControl
; CLEAR GAINED ACCESS: Inherit from parent: YES, Owner = Inherited or Administrators, Authenticated Users = Inherited or Modify
; =================================================================================================================================
; Single context menu entry added for files, folders (except C:\Windows etc.) and drives (except C:) with the 4 choices above