Skip to content

Commit

Permalink
Update Clipman.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quack-o authored Apr 15, 2021
1 parent edeae5d commit c2841c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clipman.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def isEnabled():

def start():
# Open and don't wait
subprocess.Popen([pasteAgent, '-t', 'text', "--watch", client ,'store'])
subprocess.Popen([pasteAgent, '-t', 'text', "--watch", client ,'store', '-P'])

def add(text):
# manager is based on another clipboard program
Expand Down

0 comments on commit c2841c6

Please sign in to comment.