Compare commits
No commits in common. "e9fc70b1fc98aa913d26fcdaba1f44eb45ffa689" and "3493519e52c94942c90434d7d41011709f82a96e" have entirely different histories.
e9fc70b1fc
...
3493519e52
@ -1,22 +1,14 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.1
|
Version=1.1
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Emacs
|
Name=Emacs (New Instance)
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
|
NoDisplay=true
|
||||||
Comment=Edit text
|
Comment=Edit text
|
||||||
Icon=emacs
|
Icon=emacs
|
||||||
Exec=emacsclient -cn %F
|
Exec=emacs %F
|
||||||
Actions=new-window;new-instance;
|
Actions=
|
||||||
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++;
|
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++;
|
||||||
Categories=Development;TextEditor;Utility;
|
Categories=Development;TextEditor;Utility;
|
||||||
Keywords=emacsclient;
|
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=Emacs
|
StartupWMClass=Emacs
|
||||||
|
|
||||||
[Desktop Action new-window]
|
|
||||||
Name=New Window
|
|
||||||
Exec=emacsclient -cn %F
|
|
||||||
|
|
||||||
[Desktop Action new-instance]
|
|
||||||
Name=New Instance
|
|
||||||
Exec=emacs %F
|
|
||||||
|
22
applications/emacsclient.desktop
Normal file
22
applications/emacsclient.desktop
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.1
|
||||||
|
Type=Application
|
||||||
|
Name=Emacs
|
||||||
|
GenericName=Text Editor
|
||||||
|
Comment=Edit text
|
||||||
|
Icon=emacs
|
||||||
|
Exec=emacsclient -cn %F
|
||||||
|
Actions=new-window;new-instance;
|
||||||
|
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++;
|
||||||
|
Categories=Development;TextEditor;Utility;
|
||||||
|
Keywords=emacsclient;
|
||||||
|
StartupNotify=true
|
||||||
|
StartupWMClass=Emacs
|
||||||
|
|
||||||
|
[Desktop Action new-window]
|
||||||
|
Name=New Window
|
||||||
|
Exec=emacsclient -cn %F
|
||||||
|
|
||||||
|
[Desktop Action new-instance]
|
||||||
|
Name=New Instance
|
||||||
|
Exec=emacs %F
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
################################################################################
|
|
||||||
#
|
|
||||||
# nginx-here
|
|
||||||
# Spins up an nginx container serving files from the local directory
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
podman run -v ./:/usr/share/nginx/html:ro,Z -p 8080:80 docker.io/library/nginx
|
|
Loading…
Reference in New Issue
Block a user