Add Makefile for setup automation and terminal configs #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — discovered during session when TTY was stuck in landscape on a portrait monitor with no automated setup path.
Repo
ldraney/hyprland-configUser Story
As a user with a portrait monitor
I want automated setup and TTY rotation
So that I can get into Hyprland without fighting a sideways console
Context
No automated setup exists — packages are installed manually, Hyprland must be launched by hand each boot, and the TTY console has no rotation for portrait monitors. This caused an unreadable sideways TTY session that required manual intervention to resolve.
File Targets
Files the agent should modify or create:
Makefile-- new file with install, setup, console-rotate targetsalacritty.toml-- new terminal configkitty.conf-- already added in prior commitFiles the agent should NOT touch:
hyprland.lua-- no changes needed for this issueFeature Flag
none
Acceptance Criteria
make helpprints available targetsmake installinstalls all required packagesmake setupappends auto-start to~/.zprofile(idempotent)make console-rotaterotates TTY console for portrait modeTest Expectations
make helpConstraints
make setupmust be idempotent (no duplicate entries in .zprofile)Checklist
Related
hyprland-config-- project this affects