devaun updates/fixes
This commit is contained in:
@@ -130,7 +130,7 @@ def take_screenshot(output_path):
|
||||
try:
|
||||
time.sleep(0.2)
|
||||
|
||||
freeze = subprocess.Popen(["/opt/bin/wayfreeze"])
|
||||
freeze = subprocess.Popen([os.path.expanduser("~/.local/bin/wayfreeze")])
|
||||
time.sleep(0.1)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user