Skip to content

Commit

Permalink
Eject from Filer context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Mar 26, 2021
1 parent 354af0a commit 8f4b2f0
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Type=Action
Name=Eject
Name[de]=Auswerfen
Icon=media-eject
Profiles=profile-zero;

[X-Action-Profile profile-zero]
MimeTypes=inode/mount-point;
Exec=sudo eject /dev/%w

1 comment on commit 8f4b2f0

@probonopd
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Err... closes helloSystem/Filer#41 actually :-)

Please sign in to comment.