Skip to content

Instantly share code, notes, and snippets.

View Moraxyc's full-sized avatar
It’s my pleasure

Moraxyc Xu Moraxyc

It’s my pleasure
View GitHub Profile
@dramforever
dramforever / nixos-substrate.sh
Last active December 5, 2025 10:31 — forked from whitequark/nixos-bite.sh
substrate n. portmanteau of "subdir" and "lustrate" (also a real word that means something relevant, probably)
#! /usr/bin/env bash
set -x -e -o pipefail
# PoC of nixos-substrate
#
# substrate n.
# portmanteau of "subdir" and "lustrate"
# (also a real word that means something relevant, probably)
#
# fanfiction of nixos-bite https://gist.github.com/whitequark/b2ebce6ce77f4b29e37dffc4cbd45873
@Moraxyc
Moraxyc / pinching-five-fingers-niri-overview.py
Created June 2, 2025 05:49
Pinching with five fingers to activate Niri Overview
import json
import logging
import os
import signal
import socket
import sys
import time
from select import select
from evdev import InputDevice, ecodes, list_devices