Sway: Add extra sound before editing screenshot.
This commit is contained in:
parent
a1375fc782
commit
374d2ba648
|
@ -139,16 +139,17 @@ in {
|
|||
${notifyEnd}
|
||||
${picPrepFile}
|
||||
|
||||
${screenshot} ${picFull} | ${picToFile} | ${picToBuffer} || exit
|
||||
${screenshot} ${picFull} | ${picToFile} | ${picToBuffer}
|
||||
${picRefLatestFile}
|
||||
'');
|
||||
|
||||
SelectScreenshot = pkgs.writeShellScriptBin "SelectScreenshot" (util.trimTabs ''
|
||||
${getSelection}
|
||||
${notifyEnd}
|
||||
${notifyStart}
|
||||
${picPrepFile}
|
||||
|
||||
${screenshot} ${picSelected} | ${picEdit} | ${picToFile} | ${picToBuffer} || exit
|
||||
${screenshot} ${picSelected} | ${picEdit} | ${picToFile} | ${picToBuffer}
|
||||
${notifyEnd}
|
||||
${picRefLatestFile}
|
||||
'');
|
||||
in ''
|
||||
|
|
Loading…
Reference in a new issue