aboutsummaryrefslogtreecommitdiff
path: root/hyprland/dot-config/hyprdynamicmonitors/config.toml
blob: 39062a493a59aa63091d2add22478b26ce0b1928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[general]
destination = "$HOME/.config/hypr/monitors.conf"

[profiles.laptop_only]
config_file = "laptop_only.conf"
config_file_type = "static"

[[profiles.laptop_only.conditions.required_monitors]]
name = "eDP-1"
monitor_tag = "laptop"

[profiles.work]
config_file = "work.conf"
config_file_type = "static"

[[profiles.work.conditions.required_monitors]]
name = "eDP-1"
monitor_tag = "laptop"

[[profiles.work.conditions.required_monitors]]
description = "Dell Inc. DELL P2723D FNHTH14"
monitor_tag = "external"

[profiles.home_double]
config_file = "home_double.conf"
config_file_type = "static"

[[profiles.home_double.conditions.required_monitors]]
name = "eDP-1"
monitor_tag = "laptop"

[[profiles.home_double.conditions.required_monitors]]
description = "Lenovo Group Limited M15 V30ANMLM"
monitor_tag = "external"