Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.
/ dmenual Public archive

A dmenu wrapper with very simple, manual configuration.

Notifications You must be signed in to change notification settings

ravern/dmenual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Dmenual

A dmenu wrapper with very simple, manual configuration.

Installation

If you have Go installed

$ go get -u github.com/ravernkoh/dmenual

Alternatively, you can download the correct release for your architecture from the releases page.

Configuration

To use dmenual, you must first add all the configuration file. The default configuration directory is ~/.config/dmenual but it can be changed using the path flag.

Currently, dmenual supports two types of launching: cli and gui. Executables listed in the cli file will be opened in a terminal while those listed in the gui file will be opened standalone.

An example configuration file:

ranger
htop
python
rtv

Comments and whitespace are not supported. Each executable should be seperated by a single newline.

Usage

Run it like any other executable

# Opens normal dmenual
$ dmenual

# Change the configuration path
$ dmenual -path ~/custom

# Change the terminal used
$ dmenual -term termite

# Customize the internal dmenu call
$ dmenual -- -fg '#000000'

About

A dmenu wrapper with very simple, manual configuration.

Topics

Resources

Stars

Watchers

Forks

Languages