add format
option to spectacle-screenshot
This commit is contained in:
parent
210d45a02e
commit
426206d4b3
3 changed files with 41 additions and 12 deletions
|
@ -36,7 +36,7 @@
|
|||
hotkeys.commands = {
|
||||
"spectacle-screenshot" = {
|
||||
name = "Spectacle Screenshot";
|
||||
command = "/etc/nixos/scripts/py/spectacle-screenshot.py";
|
||||
command = "/etc/nixos/scripts/py/spectacle-screenshot.py --format=webp";
|
||||
comment = "Take a screenshot of a region on the screen and automatically upload it to Zipline";
|
||||
keys = [
|
||||
"Print"
|
||||
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
"spectacle-recording" = {
|
||||
name = "Spectacle Recording";
|
||||
command = "/etc/nixos/scripts/py/spectacle-screenshot.py --record";
|
||||
command = "/etc/nixos/scripts/py/spectacle-screenshot.py --record --format=webm";
|
||||
comment = "Record a region on the screen and automatically upload it to Zipline";
|
||||
keys = [
|
||||
"Shift+Print"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue