2019-12-09 19:24:37 +00:00
|
|
|
* My DWM Build
|
|
|
|
:PROPERTIES:
|
|
|
|
:CUSTOM_ID: my-dwm-build
|
|
|
|
:END:
|
|
|
|
|
|
|
|
[[https://dwm.suckless.org][DWM]] [[https://www.archlinux.org/][Arch]] package with a few patches installed to keep things nice:
|
|
|
|
|
2020-12-01 10:04:57 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/alpha/][alpha]]
|
2019-12-09 19:24:37 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/autostart/][autostart]]
|
|
|
|
- [[https://dwm.suckless.org/patches/cyclelayouts/][cyclelayouts]]
|
|
|
|
- [[https://dwm.suckless.org/patches/gridmode/][gridmode]]
|
|
|
|
- [[https://dwm.suckless.org/patches/hide_vacant_tags/][hide_vacant_tags]]
|
2020-12-01 10:04:57 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/noborder/][noborder]]
|
|
|
|
- [[https://dwm.suckless.org/patches/rotatestack/][rotatestack]]
|
2019-12-09 19:24:37 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/scratchpad/][scratchpad]]
|
2020-12-01 10:04:57 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/selfrestart/][selfrestart]]
|
2020-12-03 08:56:51 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/statuscmd/][statuscmd]]
|
2020-12-01 10:20:51 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/statuspadding/][statuspadding]]
|
2020-12-02 20:06:10 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/uselessgap/][uselessgap]]
|
2020-12-03 10:27:51 +00:00
|
|
|
- [[https://dwm.suckless.org/patches/xrdb/][xrdb]]
|
2019-12-09 19:24:37 +00:00
|
|
|
|
|
|
|
** Installation
|
|
|
|
#+BEGIN_EXAMPLE shell
|
|
|
|
makepkg -si
|
|
|
|
#+END_EXAMPLE
|
|
|
|
|
|
|
|
** Further Notes
|
|
|
|
- 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]].
|