mirror of
https://github.com/alrayyes/dmenu
synced 2023-11-14 15:56:27 +00:00
24 lines
990 B
Org Mode
24 lines
990 B
Org Mode
* Description
|
|
[[https://tools.suckless.org/dmenu/][Dmenu]] Arch package with a few patches installed to keep things nice:
|
|
|
|
- [[https://tools.suckless.org/dmenu/patches/border/][border]]
|
|
- [[https://tools.suckless.org/dmenu/patches/center/][center]]
|
|
- [[https://tools.suckless.org/dmenu/patches/fuzzyhighlight/][fuzzyhighlight]]
|
|
- [[https://tools.suckless.org/dmenu/patches/fuzzymatch/][fuzzymatch]]
|
|
- [[https://tools.suckless.org/dmenu/patches/mouse-support/][mousesupport]]
|
|
- [[https://tools.suckless.org/dmenu/patches/numbers/][numbers]]
|
|
- My own custom patch to enable colours (and thus emojis)
|
|
|
|
* Install
|
|
#+begin_src shell
|
|
makepkg -si
|
|
#+end_src
|
|
|
|
- Default font is [[https://sourcefoundry.org/hack][Hack]]
|
|
- When modifying [[https://github.com/alrayyes/dwm/blob/master/config.h][config.h]] be sure to run =updpkgsums= to update checksums before
|
|
running =makepkg -si=
|
|
|
|
* License
|
|
This theme is released under the MIT License. For more information read
|
|
the [[file:LICENSE.org][license]].
|