dotfiles

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

git clone git://git.shimmy1996.com/dotfiles.git
commit 985efa6e35e15a9285fb3f0f5bdcb63ff3567181
parent fa46a13b0c539143224af26703678566d28c92fb
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 19 Jan 2019 18:56:53 -0500

Add custom emacs desktop entry.

Diffstat:
M.gitignore | 5+++++
A.local/share/applications/emacs.desktop | 14++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -24,9 +24,14 @@
 !.config/sway
 !.config/sway/*
 !.config/sway/*
+
+# Scripts and more.
 !.local
 !.local/bin
 !.local/bin/*
 !.local/bin/i3blocks/*
+!.local/share
+!.local/share/applications
+!.local/share/applications/emacs.desktop
 !.profile
 !.zprofile
diff --git a/.local/share/applications/emacs.desktop b/.local/share/applications/emacs.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=Emacs
+GenericName=Text Editor
+Comment=Edit text
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+Exec=emacsclient -c -a emacs %F
+Icon=emacs
+Type=Application
+Terminal=false
+Categories=Development;TextEditor;
+StartupWMClass=Emacs
+Keywords=Text;Editor;
+Path=
+StartupNotify=false