Skip to content

Maytha8/plugin-applications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applications

Launch applications.

Usage

Simply search for the application you wish to launch.

NOTE: The applications plugin does not look for executables in your $PATH, it looks for desktop entries in standard locations (XDG_DATA_DIRS).

Configuration

// <Anyrun config dir>/applications.ron
Config(
  // Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf
  desktop_actions: true,
  max_entries: 5, 
  // The terminal used for running terminal based desktop entries, if left as `None` a static list of terminals is used
  // to determine what terminal to use.
  terminal: Some("alacritty"),
)

About

Plugin to launch applications with anyrun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.0%
  • Nix 14.0%