https://github.com/babkock/dmenu
My fork of Dmenu with command history, mouse support, scrolling, and additional colors.
https://github.com/babkock/dmenu
c dmenu dmenu-replacement dmenu-scripts makefile menu-navigation suckless x11 xft
Last synced: 3 months ago
JSON representation
My fork of Dmenu with command history, mouse support, scrolling, and additional colors.
- Host: GitHub
- URL: https://github.com/babkock/dmenu
- Owner: Babkock
- License: mit
- Created: 2019-09-02T10:35:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T01:35:04.000Z (over 2 years ago)
- Last Synced: 2025-01-10T00:17:05.455Z (4 months ago)
- Topics: c, dmenu, dmenu-replacement, dmenu-scripts, makefile, menu-navigation, suckless, x11, xft
- Language: C
- Homepage: https://gitlab.com/Babkock/dmenu
- Size: 260 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: dmenu (dynamic menu)
#+AUTHOR: Tanner Babcock
#+EMAIL: [email protected]
#+LANGUAGE: en[[https://travis-ci.org/Babkock/dmenu][https://travis-ci.org/Babkock/dmenu.svg?branch=master]] [[https://gitlab.com/tbsuckless/dmenu/-/commits/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][https://gitlab.com/tbsuckless/dmenu/-/raw/master/screenshot.png]]
Suckless [[https://tools.suckless.org/dmenu][dynamic menu]]. The following patches were applied by hand.
* Patches
- Additional color scheme in =config.h=
- [[https://tools.suckless.org/dmenu/patches/alpha/][Alpha]]
- [[https://tools.suckless.org/dmenu/patches/xresources/][Xresources support]]
- [[https://tools.suckless.org/dmenu/patches/mouse-support/][Mouse support]]
- [[https://tools.suckless.org/dmenu/patches/scroll/][Scroll]]
- [[https://tools.suckless.org/dmenu/patches/border/][Window border]]
- [[https://tools.suckless.org/dmenu/patches/xyw/][xyw options]] for x offset, y offset, and widthThe colors specified in =config.h= are only the fallback colors, they will be replaced by =.Xresources=.
* Xresources settings
| Xresources option | Example color |
|-------------------------+---------------|
| =dmenu.background= | #101010 |
| =dmenu.foreground= | #bbbbbb |
| =dmenu.selbackground= | #005577 |
| =dmenu.selforeground= | #eeeeee |
| =dmenu.midbackground= | #00cc72 |
| =dmenu.midforeground= | #10ee92 |