This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |