mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-09 15:16:26 +00:00
18 lines
745 B
Text
18 lines
745 B
Text
|
file.".local/share/applications/emacs.desktop".text = ''
|
||
|
[Desktop Entry]
|
||
|
Version=1.0
|
||
|
Categories=Utility;Development;TextEditor;
|
||
|
Comment=View and edit files
|
||
|
Exec=env XLIB_SKIP_ARGB_VISUALS=1 emacs -a "" %F
|
||
|
#Exec=/usr/bin/emacsclient -c -a "" %F
|
||
|
GenericName=Text Editor
|
||
|
Icon=/usr/share/icons/hicolor/scalable/apps/emacs.svg
|
||
|
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++;
|
||
|
Name=Emacs (Client)
|
||
|
Name[en_US]=Emacs (Client)
|
||
|
StartupWMClass=Emacs
|
||
|
Terminal=false
|
||
|
TryExec=emacs
|
||
|
Type=Application
|
||
|
'';
|