Skip to content
/ dmenu Public

My fork of Dmenu with command history, mouse support, scrolling, and additional colors.

License

Notifications You must be signed in to change notification settings

Babkock/dmenu

Repository files navigation

dmenu (dynamic menu)

https://travis-ci.org/Babkock/dmenu.svg?branch=master https://gitlab.com/tbsuckless/dmenu/badges/master/pipeline.svg https://github.com/Babkock/dmenu/actions/workflows/c-cpp.yml/badge.svg https://img.shields.io/badge/License-MIT-yellow.svg

https://gitlab.com/tbsuckless/dmenu/-/raw/master/screenshot.png

Suckless dynamic menu. The following patches were applied by hand.

Patches

The colors specified in config.h are only the fallback colors, they will be replaced by .Xresources.

Xresources settings

Xresources optionExample color
dmenu.background#101010
dmenu.foreground#bbbbbb
dmenu.selbackground#005577
dmenu.selforeground#eeeeee
dmenu.midbackground#00cc72
dmenu.midforeground#10ee92