mirror of
https://github.com/alrayyes/dmenu
synced 2023-11-14 15:56:27 +00:00
25 lines
1.0 KiB
Org Mode
25 lines
1.0 KiB
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/morecolor/][morecolor]]
|
|
- [[https://tools.suckless.org/dmenu/patches/mouse-support/][mousesupport]]
|
|
- [[https://tools.suckless.org/dmenu/patches/numbers/][numbers]]
|
|
|
|
* Install
|
|
#+begin_src shell
|
|
makepkg -si
|
|
#+end_src
|
|
|
|
- Default font is
|
|
[[https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode][Fira Code Nerd Font Mono]]
|
|
- 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]].
|