x3hy/dwm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
!!! IMPORTANT !!! I've moved over to Wayland. Currenly I'm recreating this setup visually 1:1 in dwl. You can view progress here: https://github.com/x3hy/dwl To make a long story short (And over two years of history). This is the most fine-tuned WM system you will see this week. This system uses minimal dependancies and resource usage, built ontop of suckless tools and idealology. This is however my personal rice, I daily drive it on both my laptop and desktop. This project would be unlisted if Git had that feature. This rice is multi-platform and will work fine on both BSD and Linux systems given that GNU is the utils of choice. Build scripts within the installer of this system require GNUTLS such as Make and GCC. Although this project is strictly focused on my own usage, feel free to create an issue if you run into any problems or if you have any questions. INSTALL: # Install imlib2, XFixes, XRandr and Xinerama URL="https://raw.githubusercontent.com/x3hy/dwm/refs/heads/master/installer" curl -fsSL "$URL" | bash # Alternatively if you don't have curl, use wget: wget -qO- "$URL" | bash