dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
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:
M.gitignore | 1+
A.local/share/applications/pass.desktop | 12++++++++++++
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