See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| # /etc/X11/xorg.conf.d/10-monitors.conf | |
| # rotate monitor correctly on X11 | |
| Section "Monitor" | |
| Identifier "DSI-1" | |
| Option "Rotate" "right" | |
| EndSection | |
| # rotate touchscreen input correctly on X11 | |
| Section "InputClass" | |
| Identifier "Touchscreen DSI-1" |