diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-10 18:49:44 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-10 18:49:44 +0200 |
| commit | 2760491ebf49ead138b877ae5de691292dca0f40 (patch) | |
| tree | 5800e4d12f8efa3510c32ae35f410b6b689ac60c /roles/hyprland/meta | |
| parent | 448b78eaeb6ea80d44686f62419dd2b5892a6da9 (diff) | |
Replace hyprland monitors with kanshi profiles
Diffstat (limited to 'roles/hyprland/meta')
| -rw-r--r-- | roles/hyprland/meta/argument_specs.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/hyprland/meta/argument_specs.yml b/roles/hyprland/meta/argument_specs.yml index 917b9ff9..d5da1e36 100644 --- a/roles/hyprland/meta/argument_specs.yml +++ b/roles/hyprland/meta/argument_specs.yml @@ -6,3 +6,12 @@ argument_specs: type: "bool" default: false description: "Enable NVIDIA-specific environment variables for Wayland" + hyprland_gdk_scale: + type: "int" + default: 1 + description: "GDK_SCALE value exported via uwsm env; use 2 for HiDPI/4K displays with fractional scaling" + hyprland_kanshi_profiles: + type: "str" + description: >- + Raw kanshi profile config deployed to ~/.config/kanshi/config; + falls back to a generic single-monitor profile when unset |
