Skip to content

Instantly share code, notes, and snippets.

View chamberlainpi's full-sized avatar

Pierre Chamberlain chamberlainpi

View GitHub Profile
@chamberlainpi
chamberlainpi / github-approval-animated.css
Last active September 2, 2022 14:06
Github Approval + Emoji checkmark pulsing
/*
Slap this CSS in a Userstyle script tied to `https://github.com/` and enjoy!
This Chrome extension works well and is simple to use:
https://chrome.google.com/webstore/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld
*/
.Link--muted[aria-label*=approval] {
font-weight: bold;
color: #008800 !important;
position: relative;
[Desktop Entry]
Name=ZSNES
Comment=SNES Emulator
Exec=/path/to/zsnes
Icon=zsnes
Terminal=false
Type=Application
Categories=Game;Emulator;
@chamberlainpi
chamberlainpi / 50-joystick.conf
Last active December 13, 2025 22:32
antix-commands
Section "InputClass"
Identifier "joystick catchall"
MatchIsJoystick "on"
MatchDevicePath "/dev/input/event*"
Driver "joystick"
Option "StartKeysEnabled" "False"
Option "StartMouseEnabled" "False"
EndSection