Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dmenu-like application launcher for EXWM

License

NotificationsYou must be signed in to change notification settings

slamko/bon-app-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Dmenu-like application launcher generally designed for EXWM.

In a nutshell it just lists all binary files under PATH variable entries throughivy-read (ifivy package is present) and runs the shell command withstart-process-shell-command. It also by default preselects the last chosen entry.

About

The package intends to bring dmenu features to GNU Emacs editor used as a Desktop Environment. For some reason other application launchers for Emacs (likecounsel-linux-app) do not allow to run custom shell command or pass some options to the programs (as dmenu does) and at the same time the default EXWM app launcher, which allows running shell commands, does not have an interactive menu. Sobon-app-launcher is an Emacs-addopted dmenu clone with two additional features:

  1. Autoselecting last chosen entry
  2. Sorting most used entries to the beggining of the list

Getting started

Cloning the repo:

git clone https://github.com/slamko/bon-app-launcher.git

Loading package:

(add-to-list'load-path"*cloned repo path*")(require'bon-app-launcher)

Alternatively usingstraight

(use-package bon-app-launcher:commands (bon-app-launcher bon-app-launcher-usr-bin):straight (bon-app-launcher:host github:repo"slamko/bon-app-launcher"))

Also it is a popular practice for window managers to bind the app launcher toSuper + P:

(exwm-input-set-key (kbd"s-p")'bon-app-launcher)

About

Dmenu-like application launcher for EXWM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp