Compare commits
1 Commits
hermes-bac
...
feat/per-h
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dc0ad475e |
12
AGENTS.md
12
AGENTS.md
@@ -1,12 +0,0 @@
|
|||||||
# 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)
|
|
||||||
3
hypr/.config/hypr/hosts/lazyworkhorse.conf
Normal file
3
hypr/.config/hypr/hosts/lazyworkhorse.conf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Per-host overrides for lazyworkhorse (nixos-laptop)
|
||||||
|
# The main hyprland.conf already covers this machine.
|
||||||
|
# Add any lazyworkhorse-specific overrides here.
|
||||||
26
hypr/.config/hypr/hosts/uconsole-cm5.conf
Normal file
26
hypr/.config/hypr/hosts/uconsole-cm5.conf
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# 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,3 +423,8 @@ bind = $mainMod, grave, exec, kitty --class btop btop
|
|||||||
bind = $mainMod, grave, exec, kitty --class ncspot ncspot
|
bind = $mainMod, grave, exec, kitty --class ncspot ncspot
|
||||||
bind = $mainMod, grave, exec, kitty --class ncpamixer ncpamixer
|
bind = $mainMod, grave, exec, kitty --class ncpamixer ncpamixer
|
||||||
bind = $mainMod, grave, exec, kitty --class bluetuith bluetuith
|
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