update man page and readme

This commit is contained in:
speedie 2022-12-18 19:56:50 +01:00
parent bd7955f105
commit 6149a8500d
2 changed files with 30 additions and 24 deletions

View file

@ -341,8 +341,10 @@ Below is a list of all .Xresources values you can define.
- speedwm.bar.height: 3
- speedwm.bar.position: 1
- speedwm.bar.paddingh: 10
- speedwm.bar.paddingv: 10
- speedwm.bar.paddingoh: 10
- speedwm.bar.paddingov: 10
- speedwm.bar.paddingih: 0
- speedwm.bar.paddingiv: 0
- speedwm.bar.hide: 0
- speedwm.bar.hide.tags: 0
- speedwm.bar.hide.emptytags: 1

View file

@ -603,7 +603,8 @@ keybinds.h for adding/removing keybinds.
.IP \[bu] 2
mouse.h for adding/removing mouse binds.
.IP \[bu] 2
statusbar.h for adding/removing statuscmd clicks.
status.h for adding/removing status modules and aadding/removing
statuscmd clicks.
.IP \[bu] 2
ipc.h for adding/removing IPC commands.
(If support is compiled in)
@ -671,13 +672,17 @@ general/mainstream .Xresources configurations.
.PP
Below is a list of all .Xresources values you can define.
.IP \[bu] 2
speedwm.bar.height: 4
speedwm.bar.height: 3
.IP \[bu] 2
speedwm.bar.position: 1
.IP \[bu] 2
speedwm.bar.paddingh: 10
speedwm.bar.paddingoh: 10
.IP \[bu] 2
speedwm.bar.paddingv: 10
speedwm.bar.paddingov: 10
.IP \[bu] 2
speedwm.bar.paddingih: 0
.IP \[bu] 2
speedwm.bar.paddingiv: 0
.IP \[bu] 2
speedwm.bar.hide: 0
.IP \[bu] 2
@ -737,7 +742,7 @@ speedwm.client.swallowfloating: 1
.IP \[bu] 2
speedwm.client.wmclass: 1
.IP \[bu] 2
speedwm.fonts.font: NotoSans Regular 8
speedwm.fonts.font: NotoSans Regular 9
.IP \[bu] 2
speedwm.col.background: #222222
.IP \[bu] 2
@ -901,35 +906,35 @@ speedwm.text.tag8.used: \[uF8B8]
.IP \[bu] 2
speedwm.text.tag9.used: \[uF8BB]
.IP \[bu] 2
speedwm.text.layout1: [L1]
speedwm.text.layout1: L1
.IP \[bu] 2
speedwm.text.layout2: [L2]
speedwm.text.layout2: L2
.IP \[bu] 2
speedwm.text.layout3: [L3]
speedwm.text.layout3: L3
.IP \[bu] 2
speedwm.text.layout4: [L4]
speedwm.text.layout4: L4
.IP \[bu] 2
speedwm.text.layout5: [L5]
speedwm.text.layout5: L5
.IP \[bu] 2
speedwm.text.layout6: [L6]
speedwm.text.layout6: L6
.IP \[bu] 2
speedwm.text.layout7: [L7]
speedwm.text.layout7: L7
.IP \[bu] 2
speedwm.text.layout8: [L8]
speedwm.text.layout8: L8
.IP \[bu] 2
speedwm.text.layout9: [L9]
speedwm.text.layout9: L9
.IP \[bu] 2
speedwm.text.layout10: [L10]
speedwm.text.layout10: L10
.IP \[bu] 2
speedwm.text.layout11: [L11]
speedwm.text.layout11: L11
.IP \[bu] 2
speedwm.text.layout12: [L12]
speedwm.text.layout12: L12
.IP \[bu] 2
speedwm.text.layout13: [L13]
speedwm.text.layout13: L13
.IP \[bu] 2
speedwm.text.layout14: [L14]
speedwm.text.layout14: L14
.IP \[bu] 2
speedwm.text.layout15: [L15]
speedwm.text.layout15: L15
.IP \[bu] 2
speedwm.color.hiddentitle: 1
.IP \[bu] 2
@ -1328,8 +1333,7 @@ dwmblocks is a dwm status bar that handles this all for you through a
block system.
This fork has been integrated into the Makefile and is (by default)
installed when speedwm is compiled.
The status bar can be configured in the status.c and status.h and
clickability can be configured in statusbar.h.
The status bar can be configured in the status.c and status.h.
.PP
By default the status bar runs modules that are also bundled with
speedwm (see modules/ directory).