diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-10 10:06:09 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-10 10:06:09 -0500 |
| commit | 4e059c766f851a37dbb58ac8b6a35953ed2b3c9d (patch) | |
| tree | 5835a40450c0139e73e30691bfa22bec5ad5cff6 /dotfiles | |
| parent | c06f055e329a4258f28103b903d1b96eab10cd1e (diff) | |
| download | archsetup-4e059c766f851a37dbb58ac8b6a35953ed2b3c9d.tar.gz archsetup-4e059c766f851a37dbb58ac8b6a35953ed2b3c9d.zip | |
docs: add usage examples to hyprland conf.d/local.conf
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/conf.d/local.conf | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
