fix(Hyprland): move workspaces to be specific to host
This commit is contained in:
parent
7943f84712
commit
becce8eea2
|
@ -255,18 +255,6 @@
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
# 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
|
|
||||||
workspace = 1, monitor:DP-2
|
|
||||||
workspace = 2, monitor:DP-3
|
|
||||||
workspace = 3, monitor:DP-2
|
|
||||||
workspace = 4, monitor:DP-3
|
|
||||||
workspace = 5, monitor:DP-2
|
|
||||||
workspace = 6, monitor:DP-3
|
|
||||||
workspace = 7, monitor:DP-2
|
|
||||||
workspace = 8, monitor:DP-3
|
|
||||||
workspace = 9, 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
|
||||||
|
|
||||||
|
|
|
@ -35,5 +35,17 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor = DP-3, 1920x1080@74.973, 2560x0, 1
|
monitor = DP-3, 1920x1080@74.973, 2560x0, 1
|
||||||
monitor = DP-2, 2560x1440@165.00301, 0x0, 1
|
monitor = DP-2, 2560x1440@165.00301, 0x0, 1
|
||||||
|
|
||||||
|
# Bind workspaces to specific monitors
|
||||||
|
workspace = 1, monitor:DP-2
|
||||||
|
workspace = 2, monitor:DP-3
|
||||||
|
workspace = 3, monitor:DP-2
|
||||||
|
workspace = 4, monitor:DP-3
|
||||||
|
workspace = 5, monitor:DP-2
|
||||||
|
workspace = 6, monitor:DP-3
|
||||||
|
workspace = 7, monitor:DP-2
|
||||||
|
workspace = 8, monitor:DP-3
|
||||||
|
workspace = 9, monitor:DP-2
|
||||||
|
workspace = 0, monitor:DP-3
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,18 @@
|
||||||
modules.hyprland.extraConfig = # hyprlang
|
modules.hyprland.extraConfig = # hyprlang
|
||||||
''
|
''
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor = DP-3, 1920x1080@74.973, 2561x0, 1
|
monitor = eDP-1, 1920x1080@60.01, 0x0, 1
|
||||||
monitor = DP-2, 2560x1440@165.00301, 0x0, 1
|
|
||||||
|
# Bind workspaces to specific monitors
|
||||||
|
workspace = 1, monitor:eDP-1
|
||||||
|
workspace = 2, monitor:eDP-1
|
||||||
|
workspace = 3, monitor:eDP-1
|
||||||
|
workspace = 4, monitor:eDP-1
|
||||||
|
workspace = 5, monitor:eDP-1
|
||||||
|
workspace = 6, monitor:eDP-1
|
||||||
|
workspace = 7, monitor:eDP-1
|
||||||
|
workspace = 8, monitor:eDP-1
|
||||||
|
workspace = 9, monitor:eDP-1
|
||||||
|
workspace = 0, monitor:eDP-1
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue