archy-dwm/README.md

31 lines
1.6 KiB
Markdown
Raw Normal View History

2023-05-11 11:14:46 +00:00
# archy-dwm
2023-05-10 23:06:09 +00:00
## DWM but cleaner and more usable
2022-07-10 13:07:52 +00:00
2023-05-11 11:14:46 +00:00
### Patches
2022-07-10 16:43:56 +00:00
- [alwayscenter](https://dwm.suckless.org/patches/alwayscenter)
- [cool autostart](https://dwm.suckless.org/patches/cool_autostart)
- [fullscreen](https://dwm.suckless.org/patches/fullscreen)
2022-07-10 17:23:18 +00:00
- [gridmode](https://dwm.suckless.org/patches/gridmode)
2022-07-10 16:43:56 +00:00
- [movestack](https://dwm.suckless.org/patches/movestack)
- [pertag](https://dwm.suckless.org/patches/pertag)
- [systray](https://dwm.suckless.org/patches/systray)
2022-07-10 16:59:56 +00:00
- [sticky](https://dwm.suckless.org/patches/sticky)
2022-07-10 17:12:28 +00:00
- [noborder](https://dwm.suckless.org/patches/noborder)
- [fibonacci layouts](https://dwm.suckless.org/patches/fibonacci)
2022-07-10 20:02:35 +00:00
- [centeredmaster](https://dwm.suckless.org/patches/centeredmaster)
2022-07-28 10:04:30 +00:00
- [keychain](https://dwm.suckless.org/patches/keychain)
2022-07-10 13:07:52 +00:00
2023-05-10 23:06:09 +00:00
### Dependencies
- `libxinerama-dev`
2022-07-10 15:59:57 +00:00
- `libxft-bgra` for color emojies support
2023-05-11 11:14:46 +00:00
- `archy-slstatus` the status bar
2022-07-16 17:28:20 +00:00
2023-05-10 23:06:09 +00:00
### Available in
2022-07-16 17:28:20 +00:00
[![GitHub](https://img.shields.io/badge/GitHub-Main%20repo-brightgreen?style=for-the-badge&logo=GitHub)](https://github.com/anas-elgarhy/dwm-anas)
[![GitLab](https://img.shields.io/badge/GitLab-Mirror%20repo-brightgreen?style=for-the-badge&logo=GitLab)](https://gitlab.com/anas-elgarhy/dwm-anas)
[![BitBucket](https://img.shields.io/badge/BitBucket-Mirror%20repo-brightgreen?style=for-the-badge&logo=BitBucket)](https://bitbucket.org/anas_elgarhy/dwm-anas)
[![Codeberg](https://img.shields.io/badge/Codeberg-Mirror%20repo-brightgreen?style=for-the-badge&logo=Codeberg)](https://codeberg.org/anas-elgarhy/dwm-anas)
2023-05-11 11:14:46 +00:00
### References:
2022-07-24 15:45:13 +00:00
- [XF86keysym](https://cgit.freedesktop.org/xorg/proto/x11proto/tree/XF86keysym.h)