swap to satty for annotating images
This commit is contained in:
parent
e52bd4c9b7
commit
330644f130
1 changed files with 4 additions and 2 deletions
|
@ -92,11 +92,11 @@ in {
|
||||||
--urgency=normal \
|
--urgency=normal \
|
||||||
--action="default=Edit Image" \
|
--action="default=Edit Image" \
|
||||||
--icon "$temp_file" \
|
--icon "$temp_file" \
|
||||||
"Click to open in Swappy")
|
"Click to annotate image")
|
||||||
|
|
||||||
case "$action" in
|
case "$action" in
|
||||||
default)
|
default)
|
||||||
${lib.getExe pkgs.swappy} -f "$temp_file"
|
${lib.getExe pkgs.satty} --filename "$temp_file"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
'';
|
'';
|
||||||
|
@ -180,6 +180,8 @@ in {
|
||||||
"size 1100 650, class:org.gnome.FileRoller"
|
"size 1100 650, class:org.gnome.FileRoller"
|
||||||
"float, class:org.gnome.Loupe"
|
"float, class:org.gnome.Loupe"
|
||||||
"size 1100 650, class:org.gnome.Loupe"
|
"size 1100 650, class:org.gnome.Loupe"
|
||||||
|
"float, class:com.gabm.satty"
|
||||||
|
"size 1100 650, class:com.gabm.satty"
|
||||||
"float, initialTitle:^Open Folder$"
|
"float, initialTitle:^Open Folder$"
|
||||||
"size 1100 650, initialTitle:^Open Folder$"
|
"size 1100 650, initialTitle:^Open Folder$"
|
||||||
"float, initialTitle:^Open File$"
|
"float, initialTitle:^Open File$"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue