Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Copyright (C) 2025 TheKit
# SPDX-License-Identifier: GPL-3.0-or-later
"""
Generate libinput quirks for devices with problematic kernel drivers.
On some devices (commonly OnePlus/OPPO/Realme), the touchscreen kernel driver
@NotKit
NotKit / lvm_migrator.sh
Created October 13, 2025 12:41
Migrate existing ext4 partition to LVM physical volume in-place. Inspired by https://chromium.googlesource.com/chromiumos/platform2/+/main/thinpool_migrator/
#!/bin/sh
# Copyright (c) 2025 TheKit <thekit@disroot.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#