commit fbee1dc5ebeb5bbf1cdf537447c6f5357b70caae
parent 985efa6e35e15a9285fb3f0f5bdcb63ff3567181
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 19 Jan 2019 18:59:37 -0500
Add desktop entry for pass.
Diffstat:
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -33,5 +33,6 @@
!.local/share
!.local/share/applications
!.local/share/applications/emacs.desktop
+!.local/share/applications/pass.desktop
!.profile
!.zprofile
diff --git a/.local/share/applications/pass.desktop b/.local/share/applications/pass.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Pass
+GenericName=Password Manager
+Comment=The Standard Unix Password Manager
+Exec=rofi-pass
+Icon=lastpass
+Type=Application
+Terminal=false
+Categories=Utility;
+Keywords=Password;
+Path=
+StartupNotify=false