hyprland: Add "output" to importantPrefixes option default (#7507)
Adds support for `monitorv2` syntax
This commit is contained in:
parent
909d39391e
commit
4bf124678b
3 changed files with 19 additions and 0 deletions
|
|
@ -250,6 +250,7 @@ in
|
|||
"$"
|
||||
"bezier"
|
||||
"name"
|
||||
"output"
|
||||
];
|
||||
example = [
|
||||
"$"
|
||||
|
|
|
|||
|
|
@ -32,6 +32,14 @@ input {
|
|||
kb_layout=ro
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output=desc:Monitor
|
||||
mode=highres
|
||||
position=auto-right
|
||||
scale=1
|
||||
vrr=1
|
||||
}
|
||||
|
||||
plugin {
|
||||
plugin1 {
|
||||
section {
|
||||
|
|
|
|||
|
|
@ -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)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue