feat(hyprland): add monitor rules for when connecting to dock
This commit is contained in:
parent
be1ce9fdf1
commit
7d4dd5df41
1 changed files with 6 additions and 2 deletions
|
@ -7,8 +7,12 @@ plugin {
|
|||
}
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1,1920x1200@60,0x0,1
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/ x y
|
||||
monitor=desc:Acer Technologies Acer K212HQL T3EAA0014201, 1920x1080@60, 840x1000, 1, transform, 3
|
||||
monitor=desc:BOE 0x0964, 1920x1200@60, 0x2920, 1
|
||||
monitor=desc:Samsung Electric Company C27JG5x HTOM100586, 2560x1440@144, 1920x120, 1
|
||||
# Desc of monitor has comma, so force its default on everything and specify everything else
|
||||
monitor=, 2560x1440@144, 1920x1560, 1
|
||||
|
||||
exec-once = $HYPR_PATH/lisgd.sh &
|
||||
|
||||
|
|
Loading…
Reference in a new issue