aboutsummaryrefslogtreecommitdiff
path: root/dwm/README.md
blob: 3c49f3f3dc0e245c7d2edbad5c96c3b96e4dc47b (plain) (blame)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Requirements

- dash (shell)
- imlib2 
- xsetroot package ( status2d uses this to add colors on dwmbar)
- JetbrainsMono Nerd Font (or any nerd font) and Material design icon font

## Keybinding deps 

- alacritty
- rofi
- flameshot
- xbacklight
- playerctl
- xsecurelock

## Autostart 
- picom
- setxkbmap
- feh
- xinput

## Status bar 

- awk
- bc
- pacman contrib (arch)
- xbps-install (void) 
- apt (debian)

# Install deps 

```console
# pacman -S picom xorg-setxkbmap feh xorg-xinput dash imlib2 xorg-xsetroot alacritty flameshot rofi xorg-xbacklight playerctl xsecurelock 
```

# Setup 

- Put the .dwm folder in ~/
- chmod +x all scripts in .dwm folder
- copy the stuff from fonts folder to your ~/.local/share/fonts ( this is for material design icon font )
- cd into chadwm and `sudo make install`

# Run chadwm

- Run the autostart file from .xinitrc or 
- Create a desktop entry 

```
touch /usr/share/xsessions/chadwm.desktop  
```

```
[Desktop Entry]
Name=chadwm
Comment=dwm made beautiful 
Exec= <path to autostart file> 
Type=Application 
```

# Patches

- barpadding 
- bottomstack
- cfacts
- dragmfact 
- dragcfact (took from [bakkeby's build](https://github.com/bakkeby/dwm-flexipatch))
- fibonacii
- gaplessgrid
- horizgrid
- movestack 
- vanity gaps
- colorful tags
- statuspadding 
- status2d
- underline tags
- notitle