Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python3
- from wayfire import WayfireSocket
- from wayfire.extra.ipc_utils import WayfireUtils
- import itertools
- sock = WayfireSocket()
- utils = WayfireUtils(sock)
- utils.go_next_workspace()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement