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:
parent
45a31ffdd0
commit
9a19debb44
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user