Skip to content

Instantly share code, notes, and snippets.

@NickHastings
NickHastings / init
Last active June 14, 2025 23:01
RiverWM configuration example written in python using pywayland
#!/usr/bin/env python3
import sys
import os
# Uncomment for gconf settings
# from gi.repository import Gio
from pywayland.client import Display
from pywayland.protocol.wayland import WlOutput
from pywayland.protocol.wayland import WlSeat