1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-02-22 11:34:44 +02:00

Don't record cursor when taking a screenshot

This commit is contained in:
Arti Zirk 2025-02-17 15:33:54 +02:00
parent 45a31ffdd0
commit 9a19debb44

View File

@ -42,7 +42,7 @@ else:
sys.exit(0)
elif sys.argv[1] == '--region':
run(["dulcepan", "-C", "-o", file_name], check=True)
run(["dulcepan", "-o", file_name], check=True)
elif sys.argv[1] == '--window':
tree = run(['swaymsg', '-t', 'get_tree'], check=True, capture_output=True)