Crates.io | remenu |
lib.rs | remenu |
version | 0.3.0 |
source | src |
created_at | 2023-06-10 14:32:11.001675 |
updated_at | 2024-10-04 07:51:52.851023 |
description | A reconfigurable (launcher) menu |
homepage | |
repository | https://codeberg.org/codemonk/reMenu |
max_upload_size | |
id | 886891 |
size | 343,405 |
reMenu is a reconfigurabe app launcher. When invoked, it collects available applications and presents the user with a simple menu that allow filtering and browsing through the available applications. The selected application will than be executed.
This is a very early version. All the basic features are there. It works on my machines as a daily driver. Feel free to try it out but expect bugs. Also don't expect the UI to be polished.
As of now, the only option is to build it yourself via
cargo install remenu
Other options are planned.
Until there is a reasonable user documentation, the best way to configure reMenu to your needs is touching a configuration via
remenu touch default
This will generate a default configuration (i.e. my current config) at
~/.config/remenu/config.toml
This config has comments to get you started.
A core concept of reMenu are feeds. A feed is a list of entries to select from based on the input text. Most feeds apply a filter to the input text but not all. It is possible to have multiple feeds in one config. Feeds are either accessable via cli, a configurable hotkey or a fallthrough strategy. This makes it possible to switch between feeds while the menu is open (via shortcut) or automatically use another feed when the current feed does not yield any entries with the given input and filter.
The best way to fix problems is by looking at the logs.
reMenu observed the LOG_LEVEL
environment variable.
One can therefore simply select a log level via
LOG_LEVEL=level remenu
where level
is either error
, warn
, info
, debug
or off
.
trace
is supported but not used.
These are some questions I asked myself, while working on the project.
Maybe, maybe not. What I was missing was an alternative with a few features:
When I started the project, I did not find a solution to that. Besides, it is a funny little side project.
You can try. But I do not guarantee that it works.
Not really a question, but it renders my native language wrong as well. As of now, only English works. I can live with that. This will change the future but it is no priority. I assume, most users of tiling window managers speak English as a first language or (like me) use English for interacting with tech. This leaves a small sub-group of an already small group of people out. In the presence of mature alternatives, this is okay.
Wayland support is planned. As of now, my personal devices are too old for Wayland support. Besides, leftWM is stuck on X for now. Nevertheless, the UI does support wayland. There is no support for overlay right now. wlroots has a protocol (layer shell). It is not an 'official' wayland protocol and not supported by the crate I use for creating windows. Thus, remenu will currently be layouted as a normal window. Besides that, wayland should work.