Skip to content

Commit 7f58f7e

Browse files
committed
Update monitor configuration and add LACT for GPU control in recipe
1 parent 901d049 commit 7f58f7e

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

dotfiles/hypr/monitors.conf

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Managed by monitor-arranger.py (SUPER+SHIFT+D). Hand edits survive a reload
2-
# but get overwritten the next time you click "Save" in the GUI.
1+
# Managed by monitor-arranger.py. Hand edits are preserved on next read,
2+
# but will be overwritten the next time you click Save in the GUI.
33
# Sourced by hyprland.conf via `source = ~/.config/hypr/monitors.conf`.
4-
5-
# Dell U2414H on the left, rotated 90° CW (portrait → 1080×1920 logical)
4+
monitor = DP-1, 2560x1440@165, 1080x-3, 1
65
monitor = DP-2, 1920x1080@60, 0x-310, 1, transform, 1
7-
# AOC Q32G2WG3 to the right of the Dell
8-
monitor = DP-1, 2560x1440@165, 1080x0, 1
9-
# Fallback for anything else plugged in later
106
monitor = , preferred, auto, 1

recipes/recipe.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ modules:
1111
- nett00n/hyprland
1212
# solopasha/hyprland for the live-wallpaper stack and nwg-look.
1313
- solopasha/hyprland
14+
# ilyaz/LACT — Linux GPU Control Application (fan curves, clocks, power).
15+
- ilyaz/LACT
1416
install:
1517
packages:
1618
- hyprland
@@ -48,5 +50,14 @@ modules:
4850
- mpvpaper
4951
- waypaper
5052
- mpv
53+
# --- GPU control ---
54+
# LACT exposes fan/clock/power controls via a privileged daemon;
55+
# the GUI talks to lactd over a socket.
56+
- lact
57+
58+
- type: systemd
59+
system:
60+
enabled:
61+
- lactd.service
5162

5263
- type: signing

0 commit comments

Comments
 (0)