~seirdy/term-dmenu

Fix: avoid exporting giant envvars

term-dmenu would export a list of executables, which caused issues.
This change de-deduplicates executable lists and names more efficiently

Fixes issue #1 on the github.com tracker, using a patch from @sbuller
Fix: launch foot with "launcher" app id
Add terminal option: foot

My new favorite Wayland terminal; it fits somewhere between st and
alacritty. Definetly snappier than the latter.
https://codeberg.org/dnkl/foot
f8755aaf — Rohan Kumar 4 years ago
Fix: add quotes
e3259c99 — Rohan Kumar 4 years ago
Linting: ignore useless shellcheck errors

Ignore shellcheck errors for referencing unassigned variables such as
$SWAYSOCK and $I3SOCK.
cf89d0af — Rohan Kumar 4 years ago
Fix: delete FIFO after running

Deleting the FIFO after running term-dmenu prevents an old instance's
FIFO from messing with a new instance, esp. if the old instance exits
improprerly.
bb735858 — Rohan Kumar 4 years ago
Better repo badge
34981e4e — Rohan Kumar 4 years ago
Add LICENSE
684ddbce — Rohan Kumar 4 years ago
Migrate to sourcehut as primary remote
1e849137 — Rohan Kumar 5 years ago
Add to README

- Add information about setting `$DMENU_PROGRAM`
- Elaborate on the project rationale in light of other similar existing
  projects.
716c9965 — Rohan Kumar 5 years ago
Make everything else more portable

- use /bin/sh instead of dash
- allow customizing dmenu program with $DMENU_PROGRAM
- add support for i3 to window-switcher
5b17726c — Rohan Kumar 5 years ago
Rename sway-launcher -> dmenu-runner
9190f18f — Rohan Kumar 5 years ago
Make sway-launcher more portable/configurable

- don't rely on "dash" being installed; use /bin/sh
- allow setting envvars DMENU_PROGRAM and RUNNER_HISTFILE to
  customize behavior
- work without Sway running
- added comments for documentation
8689ff40 — Rohan Kumar 5 years ago
Readme: repo badges, formatting
7defc675 — Rohan Kumar 5 years ago
Support different terminal emulators

Check what terminal emulators are available (using command -v) and try
to select one.
ade12899 — Rohan Kumar 5 years ago
Add Makefile

Add Makefile to install/uninstall scripts. Setting $PREFIX or $BINDIR
changes installation location.
ebfe6be6 — Rohan Kumar 5 years ago
BATMAN!!! (this commit has no parents)
Do not follow this link