Skip to content
/ lnch Public

Simple stupid application launcher. Not pretty, but mostly works in my cases.

Notifications You must be signed in to change notification settings

m3xan1k/lnch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lnch

Simple stupid application launcher. Not pretty, but mostly works in my cases.

Licence

This software is distributed under Do What The Fuck You Want To licence.

Dependencies

fzf

Demo

Usage

It's designed to run in a "popup" terminal, alacritty, st, gnome-terminal or whatever you use.

Firstly create symlink or move lnch to your $PATH, f.e. ~/.local/bin OR run make install.

Then I just bind new system-wide shortcut to something like this.

alacritty \
  -o "window.decorations=none" \
  -o "window.position.x=540" \
  -o "window.position.y=320" \
  -o "window.dimensions.columns=60" \
  -o "window.dimensions.lines=10" \
  -e lnch

Or

mate-terminal --geometry=60x10+540+320 -e lnch