9 releases

0.3.1 Dec 12, 2022
0.3.0 Dec 11, 2022
0.2.2 Dec 10, 2022
0.2.1 Aug 22, 2021
0.1.4 Apr 16, 2021

#672 in Operating systems

Download history 11/week @ 2024-02-19 4/week @ 2024-02-26 1/week @ 2024-03-11 71/week @ 2024-04-01

72 downloads per month

MIT license

11KB
239 lines

Crates.io

Rusty Dmenu Launcher

The entire purpose of this utility is to read .desktop entries and pipe them to something like dmenu or rofi.

I made this thing as a replacement for j4-dmenu-desktop (which at the time simply didn't work on my machine for some reason), which in turn is a replacement for i3-dmenu-desktop.

Usage

Simply running rdl will open up dmenu with desktop entries located in /usr/share/applications. You can set your dmenu command, terminal for terminal applications and paths where .desktop files are located with command line parameters.

Config

Check out the example config.

Installation

From Github

git clone https://github.com/mnkisala/rdl.git
cd rdl
cargo install --path .

From Crates.io

cargo install rdl

Dependencies

~1.8–2.4MB
~48K SLoC