Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toni500github/dwm
My personal dwm build with patches (maybe unstable because i use this as backup)
https://github.com/toni500github/dwm
dwm slstatus suckless
Last synced: about 1 month ago
JSON representation
My personal dwm build with patches (maybe unstable because i use this as backup)
- Host: GitHub
- URL: https://github.com/toni500github/dwm
- Owner: Toni500github
- License: mit
- Created: 2023-03-22T17:20:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:20:24.000Z (4 months ago)
- Last Synced: 2024-11-05T11:43:48.329Z (about 2 months ago)
- Topics: dwm, slstatus, suckless
- Language: C
- Homepage:
- Size: 809 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Important (kinda)
-----------
since every suckless patch, for when modyfing the config
file, they use `config.def.h` instead of `config.h` and since i
don't want to remove and forget the `config.h` when compiling,
i added these lines on `Makefile`:
```make
config.h: config.def.h #<- this word
cp config.def.h $@
```
what it does, it's going to copy and replace from `config.def.h` to `config.h` and replace it everytime we run `make` or `sudo make install`
if you want to directly modify from the `config.h` file and leave `config.def.h` alone, just remove `config.def.h` near `config.h: ` and compile it without editing config.def.hMy personal dwm build, with so many patches
============================Requirements
------------
In order to build dwm you need the Xlib header files.Patches
------------
* actualfullscreen
* awesomebar
* centeredmaster
* cfacts
* cool-autostart
* exitmenu
* fixborders
* focusadjacenttag
* moveresize
* movestack
* pertag
* preserveonrestart
* removeborder
* resizecorners
* restartsig
* rmaster
* savefloats
* status2d-systray-6.4
* statusbutton
* steam
* swallow
* tagspawn
* titlecolor
* underlinetags
* vertical-horizontal-i3like
* viewontag
* winicon