feat(hyprland): adapt conf to multi display setup
This commit is contained in:
parent
affe168212
commit
cdb87f6c7a
1 changed files with 6 additions and 2 deletions
|
@ -14,9 +14,9 @@ xwayland {
|
|||
# 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
|
||||
monitor=desc:Samsung Electric Company C27JG5x HTOM100586, 2560x1440@60, 1920x120, 1
|
||||
# Desc of monitor has comma, so force its default on everything and specify everything else
|
||||
monitor=, 2560x1440@144, 1920x1560, 1
|
||||
monitor=, 2560x1440@165, 1920x1560, 1
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = bash -c "sleep 3; nm-applet"
|
||||
|
@ -65,6 +65,10 @@ input {
|
|||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
device:razer-razer-naga-pro-1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
general {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
|
|
Loading…
Reference in a new issue