misc: Small fixes

This commit is contained in:
Donovan Glover 2018-12-07 18:47:38 -05:00
parent 53f3ef09f4
commit 63dccefed3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ git checkout -b fix/what-you-want-to-fix
### Step 2. Commit your changes
If you are adding a new feature, use `dir: ` for which directory it affects, followed by your commit message.
If you are adding a new feature, use `dir:` for which directory it affects, followed by your commit message.
```sh
git commit -m "fish: Add abbreviation for git log"
@ -40,7 +40,7 @@ Do the same for fixing existing features.
git commit -m "kitty: Fix border width for inner windows"
```
If you are only modifying documentation, use `docs: `. For substantial changes that affect the system as a whole, use `meta: `.
If you are only modifying documentation, use `docs:`. For substantial changes that affect the system as a whole, use `meta:`.
### Step 3. Submit the patch

View File

@ -99,8 +99,8 @@ type = internal/alsa
label-volume =  %percentage%%
[module/window]
type = internal/xwindow
label-maxlen = 120
label-empty = /usr/bin/bspwm
type = internal/xwindow
label-maxlen = 120
label-empty = /usr/bin/bspwm
; vim:ft=dosini