blob: d5da1e36f2196fab0bc0c74238b6c43a5ffa3a1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
argument_specs:
main:
options:
hyprland_nvidia:
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
|