Skip to content

Instantly share code, notes, and snippets.

View Fuseteam's full-sized avatar
🤪

Rahammetoela Toekiman Fuseteam

🤪
View GitHub Profile
@Fuseteam
Fuseteam / Wayland.md
Last active December 23, 2025 17:33 — forked from probonopd/Wayland.md
a simple slightly biased comparison between x11 and wayland

Feature comparison the X11 and wayland protocol

Please do fact-check and suggest corrections/improvements below.

✅ Supported ⚠️ Available with limitations or only present op some systems ❌ Not available

Functionality Xorg Wayland
@Fuseteam
Fuseteam / adbw
Last active November 25, 2025 13:41
wirelessly connect adb over ip and port discovered by nmap
#!/usr/bin/awk -f
# USAGE:
# download and save in ~/.local/bin (e.g. as adbw)
# make executable chmod +x ~/.local/bin/adbw
# run adbw 192.168.1.232
BEGIN{
FS = "[ /]"
ARGC=2