Skip to content

Instantly share code, notes, and snippets.

View Camper-CoolDie's full-sized avatar

theCoolDie Camper-CoolDie

  • Belarus
  • 11:56 (UTC +03:00)
View GitHub Profile
@Ferdi265
Ferdi265 / 10-monitors.conf
Last active October 18, 2025 21:51
Onda Oliver Book A1 -- Getting Arch Linux to Work properly
# /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"
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 10, 2025 11:36
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example