https://github.com/tmpstpdwn/dmenu-tmpstpdwn
My custom build of Dmenu for my arch rice.
https://github.com/tmpstpdwn/dmenu-tmpstpdwn
dmenu linux menu suckless wm x11
Last synced: about 2 months ago
JSON representation
My custom build of Dmenu for my arch rice.
- Host: GitHub
- URL: https://github.com/tmpstpdwn/dmenu-tmpstpdwn
- Owner: tmpstpdwn
- License: mit
- Created: 2024-05-27T02:16:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T02:39:23.000Z (3 months ago)
- Last Synced: 2025-02-07T03:26:39.060Z (3 months ago)
- Topics: dmenu, linux, menu, suckless, wm, x11
- Language: C
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmenu - dynamic menu
dmenu is an efficient dynamic menu for X.
## Requirements
In order to build dmenu you need the Xlib header files.
## Installation
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).Afterwards enter the following command to build and install dmenu
(if necessary as root):make clean install
## Applied patches
- dmenu-border-20230512-0fe460d.diff
- dmenu-lineheight-5.2.diff
- dmenu-noescape-20230328-dfbbf7f.diff
- dmenu-numbers-20220512-28fb3e2.diff
- dmenu-preselect-5.2.diff
- dmenu-rejectnomatch-4.7.diff
- dmenu-xyw-5.0.diff## Running dmenu
Refer to the man page.