Update email autokey script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
13aab0001d
commit
a50d683f4c
3 changed files with 13 additions and 7 deletions
8
system/.config/autokey/data/Scripts/email.py
Normal file
8
system/.config/autokey/data/Scripts/email.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import socket
|
||||
private_email = "severin@kaderli.dev"
|
||||
work_email = "severin@serious.com"
|
||||
|
||||
if socket.gethostname() == "loki":
|
||||
keyboard.send_keys(work_email)
|
||||
else:
|
||||
keyboard.send_keys(private_email)
|
Loading…
Add table
Add a link
Reference in a new issue