Hyprland loads hyprland.lua (not hyprland.conf) when present, so the hyprlang configs are dead weight. Delete the Hyprland .conf files and their gitignored host .conf counterparts, leaving only hypridle.conf and hyprlock.conf (used by separate tools that still use hyprlang).
9 lines
230 B
Lua
9 lines
230 B
Lua
-- Host-specific overrides: Rutherford (desktop PC)
|
|
-- Loaded automatically by hyprland.lua via hostname detection.
|
|
|
|
hl.monitor({
|
|
output = "DP-1",
|
|
mode = "2560x1440@74.97",
|
|
position = "0x0",
|
|
scale = 1,
|
|
})
|