add a demo video for expose

This commit is contained in:
fdev31 2023-05-16 21:01:22 +02:00
parent 3f17a84ac6
commit d6a519cbb6
2 changed files with 5 additions and 1 deletions

View file

@ -86,6 +86,9 @@ class Pyprland:
args = args[1:]
full_name = f"run_{cmd}"
# Demos:
# run mako for notifications & uncomment this
# os.system(f"notify-send '{data}'")
if DEBUG:
print(f"CMD: {full_name}({args})")