mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
hyprland: Add "output" to importantPrefixes option default (#7507)
Adds support for `monitorv2` syntax
This commit is contained in:
@@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user