hyprland: Add "output" to importantPrefixes option default (#7507)

Adds support for `monitorv2` syntax
This commit is contained in:
Martin Popovski
2025-07-29 23:41:27 +02:00
committed by GitHub
parent 909d39391e
commit 4bf124678b
3 changed files with 19 additions and 0 deletions

View File

@@ -250,6 +250,7 @@ in
"$"
"bezier"
"name"
"output"
];
example = [
"$"

View File

@@ -32,6 +32,14 @@ input {
kb_layout=ro
}
monitorv2 {
output=desc:Monitor
mode=highres
position=auto-right
scale=1
vrr=1
}
plugin {
plugin1 {
section {

View File

@@ -10,6 +10,16 @@
settings = {
source = [ "sourced.conf" ];
monitorv2 = [
{
output = "desc:Monitor";
mode = "highres";
position = "auto-right";
scale = 1;
vrr = 1;
}
];
decoration = {
shadow_offset = "0 5";
"col.shadow" = "rgba(00000099)";