Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostasereksonas/dmenu-kostas
My custom build of suckless dmenu software for my Linux install
https://github.com/kostasereksonas/dmenu-kostas
dmenu suckless suckless-menu suckless-org suckless-software
Last synced: about 2 months ago
JSON representation
My custom build of suckless dmenu software for my Linux install
- Host: GitHub
- URL: https://github.com/kostasereksonas/dmenu-kostas
- Owner: KostasEreksonas
- License: mit
- Created: 2021-06-19T09:30:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T04:37:39.000Z (8 months ago)
- Last Synced: 2024-05-07T05:29:20.710Z (8 months ago)
- Topics: dmenu, suckless, suckless-menu, suckless-org, suckless-software
- Language: C
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmenu-kostas
Custom build of a suckless dynamic menu (dmenu) utility for dwm.
Table of Contents
=================
* [Applied Patches](#Applied-Patches)
* [Installation](#Installation)
* [Keybindings](#Keybindings)# Applied Patches
Following is the list of applied patches.
* [Alpha](https://tools.suckless.org/dmenu/patches/alpha/)
* [Border](https://tools.suckless.org/dmenu/patches/border/)
* [Center](https://tools.suckless.org/dmenu/patches/center/)
* [Grid](https://tools.suckless.org/dmenu/patches/grid/)
* [Gridnav](https://tools.suckless.org/dmenu/patches/gridnav/)
* [Gruvbox](https://tools.suckless.org/dmenu/patches/gruvbox/)# Installation
1. Clone dmenu git repository:
`git clone https://github.com/KostasEreksonas/dwm-kostas.git`
2. Go to the folder of cloned repository:
`cd dwm-kostas`
3. Build the package:
`make`
4. Run a clean install of this package with ***root*** privilleges:
`make clean install`
# Keybindings
| Keybind | Function |
|:--------:|:-------------------:|
| Ctrl + P | Open a program menu |