ChrisTitusTech / dwm-titus

My DWM configuration with everything pre-patched
MIT License
135 stars 72 forks source link

bump version to 6.5 #14

Closed fesowowako closed 5 months ago

fesowowako commented 5 months ago

This PR includes: 1- Updated the code to reflect the changes made from version 6.3 to 6.5, which is the latest version available at https://git.suckless.org/dwm/. However, I skipped about two commits or so as they did not add anything and did not reduce complexity. 2- Code optimisation for the machine's specific CPU architecture, enhancing performance by tailoring the compiled code to the host's CPU. 3- Simplification of the Makefile by replacing cp commands with install, streamlining file copying and permission setting and added conditional installation logic to ensure dwm.desktop is only installed if it doesn't already exist in /usr/share/xsessions/. 4- Uncommented the OPTIMISATIONS flag in config.mk and added -mtune=native to it, so the code is optimised for the machine's specific CPU architecture.