https://github.com/jwoudenberg/launch
terminal-based launcher for personal use
https://github.com/jwoudenberg/launch
Last synced: 15 days ago
JSON representation
terminal-based launcher for personal use
- Host: GitHub
- URL: https://github.com/jwoudenberg/launch
- Owner: jwoudenberg
- Created: 2021-05-04T18:03:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T17:48:52.000Z (3 months ago)
- Last Synced: 2025-05-24T23:42:36.683Z (about 2 months ago)
- Language: Zig
- Homepage:
- Size: 136 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Launch
A launcher based for personal use.
It supports:
- Find and launch applications in desktop files.
- Insert emoji, by typing a colon (:).
- Start any desktop app in nixpkgs, by typing a comma (,).
- Copy a pass(age) password to clipboard, by typing an asterisk (*).I have it integrated into sway window manager with this configuration (assuming Nix):
```
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 350 px 350 px, border pixel 3
set $menu exec kitty --class=launcher -- ${pkgs.jwlaunch}/bin/launchbindsym {
Mod4+p exec $menu
}
```