Skip to content

Instantly share code, notes, and snippets.

@lexiwitch
lexiwitch / add-to-steam.py
Last active December 25, 2023 03:51
Python script + extra files for adding "Add To Steam" as a context menu button in GNOME/KDE
#!/bin/env python
# add-to-steam
# Adapted from SteamOS Holo's steamos-add-to-steam.sh
# Changes
# - rewrote in Python, added zenity support
#
# License
# Whatever license the other thing is under as of 2023-12-25
#