Compare commits
2 Commits
feat/per-h
...
hermes-bac
| Author | SHA1 | Date | |
|---|---|---|---|
| c3cf27f0c7 | |||
| 882fe4aa3c |
12
AGENTS.md
Normal file
12
AGENTS.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# AGENTS.md
|
||||
|
||||
Personal development conventions — applies to all projects unless overridden by a project-level AGENTS.md.
|
||||
|
||||
## Workflow
|
||||
|
||||
- New feature → clean branch from `origin/master` → push → PR on Gitea
|
||||
- Branch naming: `feat/description` (features), `fix/description` (bugs/docs/docs/chores)
|
||||
- Always branch from `origin/master`, never from another feature branch
|
||||
- PR title describes the change; body explains motivation + summary
|
||||
- After PR merge, delete the feature branch
|
||||
- Always validate before push (build, lint, test)
|
||||
@@ -1,3 +0,0 @@
|
||||
# Per-host overrides for lazyworkhorse (nixos-laptop)
|
||||
# The main hyprland.conf already covers this machine.
|
||||
# Add any lazyworkhorse-specific overrides here.
|
||||
@@ -1,26 +0,0 @@
|
||||
# Per-host overrides for uconsole-cm5 (Raspberry Pi CM5)
|
||||
# This file is sourced from the main hyprland.conf.
|
||||
# Override monitor, env, and input settings specific to the uConsole here.
|
||||
#
|
||||
# Recommended overrides:
|
||||
#
|
||||
# Monitor (single 720×1280 portrait display):
|
||||
# monitor = DSI-1, 720x1280, 0x0, 1
|
||||
#
|
||||
# No nvidia on this machine — remove nvidia env vars:
|
||||
# env = LIBVA_DRIVER_NAME,mesa
|
||||
# env = __GLX_VENDOR_LIBRARY_NAME,mesa
|
||||
# env = GBM_BACKEND,
|
||||
#
|
||||
# uConsole keyboard (compact layout):
|
||||
# kb_layout = us
|
||||
#
|
||||
# Smaller cursor on small screen:
|
||||
# env = XCURSOR_SIZE,16
|
||||
# env = HYPRCURSOR_SIZE,16
|
||||
|
||||
monitor = DSI-1, 720x1280, 0x0, 1
|
||||
|
||||
env = LIBVA_DRIVER_NAME,mesa
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,mesa
|
||||
env = WLR_NO_HARDWARE_CURSOR,0
|
||||
@@ -423,8 +423,3 @@ bind = $mainMod, grave, exec, kitty --class btop btop
|
||||
bind = $mainMod, grave, exec, kitty --class ncspot ncspot
|
||||
bind = $mainMod, grave, exec, kitty --class ncpamixer ncpamixer
|
||||
bind = $mainMod, grave, exec, kitty --class bluetuith bluetuith
|
||||
|
||||
# Per-host overrides (monitor, env, input)
|
||||
# Each machine has its own override file in this directory.
|
||||
# Create a file named after $HOST (e.g., lazyworkhorse.conf, uconsole-cm5.conf)
|
||||
source = ~/.config/hypr/hosts/$HOST.conf
|
||||
|
||||
Reference in New Issue
Block a user