Skip to content

Instantly share code, notes, and snippets.

@mahendrakalkura
Created November 27, 2014 14:52
Show Gist options
  • Save mahendrakalkura/20dc5a4a1f6c02f53985 to your computer and use it in GitHub Desktop.
Save mahendrakalkura/20dc5a4a1f6c02f53985 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
from os import system
from time import sleep
try:
while True:
system('DISPLAY=:0 XAUTHORITY=/home/mahendra/.Xauthority xdotool click 1')
system('DISPLAY=:0 XAUTHORITY=/home/mahendra/.Xauthority xdotool key super')
sleep(1)
except Exception:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment