From 6722a4a7d2c344da8c85d28814c25320b7a733a4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 10 Apr 2026 10:06:09 -0500 Subject: docs: add usage examples to hyprland conf.d/local.conf --- dotfiles/hyprland/.config/hypr/conf.d/local.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dotfiles/hyprland/.config') diff --git a/dotfiles/hyprland/.config/hypr/conf.d/local.conf b/dotfiles/hyprland/.config/hypr/conf.d/local.conf index 2034314..857963c 100644 --- a/dotfiles/hyprland/.config/hypr/conf.d/local.conf +++ b/dotfiles/hyprland/.config/hypr/conf.d/local.conf @@ -1,2 +1,15 @@ # Machine-local Hyprland overrides +# This file is sourced by hyprland.conf via conf.d/*.conf glob. # Add monitor scaling, keybinds, or other machine-specific settings here. +# These override the defaults in hyprland.conf. +# +# Examples: +# +# HiDPI scaling (Framework 13.5" 2256x1504): +# monitor=eDP-1,preferred,auto,1.566667 +# +# External monitor: +# monitor=DP-1,3440x1440@144,auto,1 +# +# Machine-specific keybinds: +# bind = $mod, L, exec, hyprlock -- cgit v1.2.3