chore: move around the monitor ids
This commit is contained in:
parent
29e4a4aa68
commit
a9f8690cbb
|
@ -76,8 +76,8 @@ $crust = 0xff11111b
|
||||||
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-2, 1920x1080@75, 2560x0, 1
|
monitor = DP-3, 1920x1080@75, 2560x0, 1
|
||||||
monitor = DP-3, 2560x1440@165, 0x0, 1
|
monitor = DP-2, 2560x1440@165, 0x0, 1
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
device:wacom-bamboo-one-m-pen {
|
device:wacom-bamboo-one-m-pen {
|
||||||
output = DP-3
|
output = DP-2
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
@ -184,16 +184,16 @@ device:epic-mouse-v1 {
|
||||||
# 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-3
|
workspace = 1, monitor:DP-2
|
||||||
workspace = 2, monitor:DP-2
|
workspace = 2, monitor:DP-3
|
||||||
workspace = 3, monitor:DP-3
|
workspace = 3, monitor:DP-2
|
||||||
workspace = 4, monitor:DP-2
|
workspace = 4, monitor:DP-3
|
||||||
workspace = 5, monitor:DP-3
|
workspace = 5, monitor:DP-2
|
||||||
workspace = 6, monitor:DP-2
|
workspace = 6, monitor:DP-3
|
||||||
workspace = 7, monitor:DP-3
|
workspace = 7, monitor:DP-2
|
||||||
workspace = 8, monitor:DP-2
|
workspace = 8, monitor:DP-3
|
||||||
workspace = 9, monitor:DP-3
|
workspace = 9, monitor:DP-2
|
||||||
workspace = 0, monitor:DP-2
|
workspace = 0, monitor:DP-3
|
||||||
|
|
||||||
# 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