Advertisement
bluebyt

wayfire_work_next.py

Dec 23rd, 2024
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/usr/bin/python3
  2. from wayfire import WayfireSocket
  3. from wayfire.extra.ipc_utils import WayfireUtils
  4. import itertools
  5. sock = WayfireSocket()
  6. utils = WayfireUtils(sock)
  7. utils.go_next_workspace()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement