Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortie/mauncher
Launcher for Wayland.
https://github.com/mortie/mauncher
Last synced: 3 months ago
JSON representation
Launcher for Wayland.
- Host: GitHub
- URL: https://github.com/mortie/mauncher
- Owner: mortie
- License: gpl-3.0
- Created: 2019-08-20T16:17:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T01:02:58.000Z (almost 3 years ago)
- Last Synced: 2024-07-03T02:44:16.929Z (4 months ago)
- Language: C
- Size: 123 KB
- Stars: 40
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mauncher
Mauncher is a GTK-based alternative to dmenu for Wayland which supports display
scaling.![Screenshot](https://raw.githubusercontent.com/mortie/mauncher/master/screenshot.png)
## Installation
### From Package
The [mauncher-git](https://aur.archlinux.org/packages/mauncher-git/) package is
available for Arch Linux.### Compiling From Source
Run `make` to compile, `sudo make install` to install, and `sudo make uninstall`
to uninstall.Dependencies:
* meson
* git
* gtk3
* gobject-introspection## Usage
Mauncher comes with a launcher called `mauncher-launcher`,
so running `mauncher-launcher` will start a launcher which lists desktop files,
supports math (through a python interpreter), running shell commands by
prefixing the string with a `$`, etc.Otherwise, mauncher works like dmenu; give it a newline-separated list of strings on
stdin, the user selects an item, and that item is printed to stdout.Just as you would use `dmenu_path | dmenu | sh` to use dmenu as a launcher, you
can use `dmenu_path | mauncher | sh` to use mauncher as a launcher.