Skip to content

LinasVidziunas/NCLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

NCLA: Non Counsel Linux App (Launcher)

Installation

straight.el with use-package

(use-package ncla :straight '(NCLA :host github :repo "LinasVidziunas/NCLA")) 

straight.el

(straight-use-package '(NCLA :type git :host github :repo "LinasVidziunas/NCLA")) 

Variables

ncla-desktop-file-paths

Includes a list of all *.desktop files with full paths. Will hopefully be changed out for xdg later on.

Definition

(defvar ncla-desktop-file-paths (directory-files "/usr/share/applications/" t (regexp-quote ".desktop")) "Contains all *.desktop files") 

ncla-include-terminal-applications

If set to a non-nil value, applicataions with Terminal=true in their .desktop file will be included.

Definintion

(defvar ncla-include-terminal-applications nil "If non-nil value, Terminal=true applications will be included in the list") 

ncla-cache-timeout

Time it takes before all desktop.el files need to be parsed when running NCLA.

Definition

(defvar ncla-cache-timeout 5 "Time in seconds for the cache timeout") 

About

Non Counsel Linux Application Launcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors