diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-07 14:31:27 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-07 14:31:27 -0600 |
| commit | f2e7bbc06d71d72b8299b971b210ec8e2b9a17f2 (patch) | |
| tree | 0bffd7ee3f4f5d053faf64a00bb034c225f12ef6 /dotfiles/hyprland/.local/share/applications | |
| parent | dd543e3b2c42dc4706ee016bb4ae376d9e981272 (diff) | |
feat: comprehensive mime type associations with emacsclient defaults
Merge all mime associations into mimeapps.list as single source of truth.
Set emacsclient as default for all text/code files. Add TypeScript mime
override, emacsclient.desktop with fixed Exec line, and simplify
resetmimetypes to just restow + rebuild caches.
Diffstat (limited to 'dotfiles/hyprland/.local/share/applications')
| -rw-r--r-- | dotfiles/hyprland/.local/share/applications/emacsclient.desktop | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.local/share/applications/emacsclient.desktop b/dotfiles/hyprland/.local/share/applications/emacsclient.desktop new file mode 100644 index 0000000..c1771b9 --- /dev/null +++ b/dotfiles/hyprland/.local/share/applications/emacsclient.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Emacs (Client) +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=/usr/bin/emacsclient --alternate-editor= --create-frame %F +Icon=emacs +Type=Application +Terminal=false +Categories=Development;TextEditor; +StartupNotify=true +StartupWMClass=Emacs +Keywords=emacsclient; |
