You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
patch | 2 years ago | |
screenshots | 2 years ago | |
xsession | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README | 2 years ago | |
README.md | 2 years ago | |
config.def.h | 2 years ago | |
config.mk | 2 years ago | |
drw.c | 2 years ago | |
drw.h | 2 years ago | |
dwm.1 | 2 years ago | |
dwm.c | 2 years ago | |
dwm.png | 2 years ago | |
movestack.c | 2 years ago | |
transient.c | 2 years ago | |
util.c | 2 years ago | |
util.h | 2 years ago | |
vanitygaps.c | 2 years ago |
README.md
dwm-ekollof
Note that the above color scheme for dwm and the terminals is generated by pywal, so it's based on the wallpaper. See my dotfiles for more info.
This is my personal fork of the suckless dwm window manager, available at suckless.
It's been patched quite heavily with the following patches:
- autostart
- barmodules
- barmodules-systray
- barmodules-wintitleactions
- cyclelayouts
- dwm-coloremoji
- fsignal
- movestack
- noborder
- properrestart
- scratchpads
- vanigapsplus
- xrdb
It has the following layouts integrated:
- monocle
- spiral
- dwindle
- deck
- bstack
- bstackhoriz
- grid
- nrowgrid
- horizgrid
- gaplessgrid
- centeredmaster
- centeredfloatingmaster
It's tightly integrated with my dotfiles.
Installation
Clone this repo and build it, or get my package from the Arch AUR
(dwm-ekollof-git
).
Preferred way is building it yourself, since you can then configure it, but you can also configure a lot through XResources (colors et al).
I assume here that you know how to build programs. Otherwise, why would you be wanting to run dwm?