hyprland: woops, use eDP-1
This commit is contained in:
parent
0b930a90fd
commit
862c2d800e
|
@ -137,8 +137,7 @@
|
||||||
autogenerated = 0 # remove this line to remove the warning
|
autogenerated = 0 # remove this line to remove the warning
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor = DP-3, 1920x1080@74.97, 2561x0, 1
|
monitor = eDP-1, 1920x1080@60.01, 0x0, 1
|
||||||
monitor = DP-2, 2560x1440@165.00, 0x0, 1
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
|
@ -172,7 +171,7 @@
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|
||||||
tablet {
|
tablet {
|
||||||
output = DP-2
|
output = eDP-1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -242,16 +241,16 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
|
||||||
# Bind workspaces to specific monitors
|
# Bind workspaces to specific monitors
|
||||||
workspace = 1, monitor:DP-2
|
workspace = 1, monitor:eDP-1
|
||||||
workspace = 2, monitor:DP-3
|
workspace = 2, monitor:eDP-1
|
||||||
workspace = 3, monitor:DP-2
|
workspace = 3, monitor:eDP-1
|
||||||
workspace = 4, monitor:DP-3
|
workspace = 4, monitor:eDP-1
|
||||||
workspace = 5, monitor:DP-2
|
workspace = 5, monitor:eDP-1
|
||||||
workspace = 6, monitor:DP-3
|
workspace = 6, monitor:eDP-1
|
||||||
workspace = 7, monitor:DP-2
|
workspace = 7, monitor:eDP-1
|
||||||
workspace = 8, monitor:DP-3
|
workspace = 8, monitor:eDP-1
|
||||||
workspace = 9, monitor:DP-2
|
workspace = 9, monitor:eDP-1
|
||||||
workspace = 0, monitor:DP-3
|
workspace = 0, monitor:eDP-1
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
Loading…
Reference in a new issue