39 lines
1.1 KiB
TOML
39 lines
1.1 KiB
TOML
[general]
|
|
destination = "$HOME/.config/hypr/monitors.lua"
|
|
|
|
[power_events]
|
|
|
|
[power_events.dbus_query_object]
|
|
path = "/org/freedesktop/UPower/devices/line_power_AC"
|
|
|
|
[[power_events.dbus_signal_match_rules]]
|
|
object_path = "/org/freedesktop/UPower/devices/line_power_AC"
|
|
|
|
[profiles.dual]
|
|
config_file = "/home/lucas/.config/hyprdynamicmonitors/hyprconfigs/dual-eco.go.tmpl"
|
|
config_file_type = "template"
|
|
[profiles.dual.conditions]
|
|
|
|
[profiles.dual.static_template_values]
|
|
mode = "both"
|
|
|
|
[[profiles.dual.conditions.required_monitors]]
|
|
description = "BOE 0x0B29"
|
|
monitor_tag = "monitor0"
|
|
|
|
[[profiles.dual.conditions.required_monitors]]
|
|
description = "Shenzhen KTC Technology Group H27T7P-2 0000000000000"
|
|
monitor_tag = "monitor1"
|
|
|
|
[profiles.solo]
|
|
config_file = "/home/lucas/.config/hyprdynamicmonitors/hyprconfigs/solo-eco.go.tmpl"
|
|
config_file_type = "template"
|
|
|
|
[profiles.solo.conditions]
|
|
[[profiles.solo.conditions.required_monitors]]
|
|
description = "BOE 0x0B29"
|
|
monitor_tag = "monitor0"
|
|
|
|
[fallback_profile]
|
|
config_file = "/home/lucas/.config/hyprdynamicmonitors/hyprconfigs/fallback-eco.go.tmpl"
|
|
config_file_type = "template" |