Skip to content

Instantly share code, notes, and snippets.

@datkat21
datkat21 / steam_deck_ui_sounds_documentation.md
Last active September 22, 2023 03:13
steam_deck_ui_sounds_documentation

Steam Deck UI sound reference

A list of applicable sounds (and their filenames) can be found below. The sound files could be found at (steam path)/steamui/sounds/.

Sound List (Categories)

There are a few categories of sounds, listed below:

Toast

@datkat21
datkat21 / gh_org_loc_fix.md
Last active April 15, 2022 05:07
How to change your organization's location after the new update

Changing a GitHub Organization's Location using cURL and the REST API

Recently, GitHub has made a change to how setting the location on an organization works through the settings page. Now, you cannot set it to a custom location (ex. GitHub Land, Octo World, etc.)

Organization Settings Page

Example of an organization's settings page, notice the Location input being a button and not a textbox. Trying to change this to a custom location results in nothing showing up and only showing the clear button (see image below.)

Location Settings Fail