diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-05-28 14:43:14 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-28 14:43:14 +0400 |
commit | f1eb985600826ef07191c946a7dc92d3693614bd (patch) | |
tree | cf3914fa137b4fdef0cb9a887bfdf73a42a811e4 /README | |
parent | 2b584b4a27a6078d35477c76ff665ae97099dffc (diff) |
README updated
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,18 +1,19 @@ dwm - dynamic window manager ============================ -BSPWM (github.com/baskerville/bspwm) like build of dwm, -Forked from git.suckless.org/dwm +My build of dwm. +Forked from git.suckless.org/dwm. Installing dwm -------------- -It is recommended to not build dwm from this repo but -instead use git.farajli.net/slcf, since it pulls -all the other necessary software for this build like slstatus, scripts, etc. -For building it from slcf refer to the given link. +It’s recommended not to build dwm directly from this repository. +Instead, use git.farajli.net/slcf, +which provides a complete setup-including slstatus, custom scripts, and other essential components. +Refer to that repository for full build and installation instructions. -If dependencies are not wanted, run +If you prefer a minimal setup without additional dependencies, you can simply run: make install +This will install dwm as-is from this repository. Keybinds @@ -20,6 +21,7 @@ Keybinds Refer to the man page. + Added Patches ------------- - https://dwm.suckless.org/patches/preventfocusshift |