Add org-protocol and ranger applications
This commit is contained in:
		@@ -149,3 +149,33 @@
 | 
			
		||||
  Keywords=Browser
 | 
			
		||||
  Actions=new-window;preferences;
 | 
			
		||||
#+end_src
 | 
			
		||||
* Org-Protocol
 | 
			
		||||
:PROPERTIES:
 | 
			
		||||
:header-args: :tangle ~/.local/share/applications/org-protocol.desktop
 | 
			
		||||
:header-args+: :comments both :mkdirp yes
 | 
			
		||||
:END:
 | 
			
		||||
#+begin_src conf
 | 
			
		||||
  [Desktop Entry]
 | 
			
		||||
  Name=org-protocol
 | 
			
		||||
  Exec=emacsclient %u
 | 
			
		||||
  Type=Application
 | 
			
		||||
  Terminal=false
 | 
			
		||||
  Categories=System;
 | 
			
		||||
  MimeType=x-scheme-handler/org-protocol;
 | 
			
		||||
#+end_src
 | 
			
		||||
* Ranger
 | 
			
		||||
:PROPERTIES:
 | 
			
		||||
:header-args: :tangle ~/.local/share/applications/ranger.desktop
 | 
			
		||||
:header-args+: :comments both :mkdirp yes
 | 
			
		||||
:END:
 | 
			
		||||
#+begin_src conf
 | 
			
		||||
  [Desktop Entry]
 | 
			
		||||
  Type=Application
 | 
			
		||||
  Name=ranger
 | 
			
		||||
  Comment=Launches the ranger file manager
 | 
			
		||||
  Icon=utilities-terminal
 | 
			
		||||
  Terminal=true
 | 
			
		||||
  Exec=ranger
 | 
			
		||||
  Categories=ConsoleOnly;System;FileTools;FileManager
 | 
			
		||||
  MimeType=inode/directory;inode/mount-point;x-scheme-handler/ssh;x-scheme-handler/smb;x-scheme-handler/nfs;x-scheme-handler/ftp;
 | 
			
		||||
#+end_src
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user