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