mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
misc: Small fixes
This commit is contained in:
parent
53f3ef09f4
commit
63dccefed3
@ -28,7 +28,7 @@ git checkout -b fix/what-you-want-to-fix
|
|||||||
|
|
||||||
### Step 2. Commit your changes
|
### 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
|
```sh
|
||||||
git commit -m "fish: Add abbreviation for git log"
|
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"
|
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
|
### Step 3. Submit the patch
|
||||||
|
|
||||||
|
@ -99,8 +99,8 @@ type = internal/alsa
|
|||||||
label-volume = %percentage%%
|
label-volume = %percentage%%
|
||||||
|
|
||||||
[module/window]
|
[module/window]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label-maxlen = 120
|
label-maxlen = 120
|
||||||
label-empty = /usr/bin/bspwm
|
label-empty = /usr/bin/bspwm
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
Loading…
Reference in New Issue
Block a user