Skip to content

Instantly share code, notes, and snippets.

@NickHastings
NickHastings / init
Created December 12, 2022 04:51
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
try:
from pywayland.protocol.river_control_unstable_v1 import ZriverControlV1