Skip to content

Commit df49baf

Browse files
committed
document button bindings and titlelayout
- added documentation for mouse button bindings - these are not implemented yet but will be soon
1 parent ceb7a84 commit df49baf

File tree

6 files changed

+954
-7
lines changed

6 files changed

+954
-7
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ adwm-dock.5
99
adwm-dock.man
1010
adwm-keys.5
1111
adwm-keys.man
12+
adwm-buttons.5
13+
adwm-buttons.man
1214
adwm.man
1315
adwm-style.5
1416
adwm-style.man

doc/Makefile.am

+7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ nodist_man_MANS = \
33
adwm-config.5 \
44
adwm-dock.5 \
55
adwm-keys.5 \
6+
adwm-buttons.5 \
67
adwm-style.5 \
78
adwm-theme.5
89

910
adwm_pod_files = \
1011
adwm.pod \
1112
adwm-config.pod \
1213
adwm-keys.pod \
14+
adwm-buttons.pod \
1315
adwm-style.pod \
1416
adwm-theme.pod
1517

@@ -18,6 +20,7 @@ adwm_man1_files = \
1820

1921
adwm_man5_files = \
2022
adwm-keys.man \
23+
adwm-buttons.man \
2124
adwm-style.man \
2225
adwm-theme.man \
2326
adwm-config.man
@@ -39,6 +42,10 @@ adwm-keys.man: TITLE = File Formats
3942
adwm-keys.man: SECTION = 5
4043
adwm-keys.man: adwm-keys.pod
4144

45+
adwm-buttons.man: TITLE = File Formats
46+
adwm-buttons.man: SECTION = 5
47+
adwm-buttons.man: adwm-buttons.pod
48+
4249
adwm-style.man: TITLE = File Formats
4350
adwm-style.man: SECTION = 5
4451
adwm-style.man: adwm-style.pod

0 commit comments

Comments
 (0)