This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Name=ZSNES | |
| Comment=SNES Emulator | |
| Exec=/path/to/zsnes | |
| Icon=zsnes | |
| Terminal=false | |
| Type=Application | |
| Categories=Game;Emulator; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Section "InputClass" | |
| Identifier "joystick catchall" | |
| MatchIsJoystick "on" | |
| MatchDevicePath "/dev/input/event*" | |
| Driver "joystick" | |
| Option "StartKeysEnabled" "False" | |
| Option "StartMouseEnabled" "False" | |
| EndSection | |
OlderNewer