blob: 156cd33abcac463d022545cc0f80b00f4f5a83e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
dwm - dynamic window manager
============================
BSPWM (github.com/baskerville/bspwm) like 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.
If dependencies are not wanted, run
make install
Keybinds
--------
Refer to the man page.
Added Patches
-------------
- https://dwm.suckless.org/patches/actualfullscreen
- https://dwm.suckless.org/patches/fullgaps
- https://dwm.suckless.org/patches/moveresize
- https://dwm.suckless.org/patches/setborderpx
- https://dwm.suckless.org/patches/focusmaster
|