Evie Litherland-Smith
6c9a91ded9
Move waybar window and MPRIS modules to centre Change Vanguard window rules to workspace rules to bind to specific monitors
16 lines
619 B
Nix
16 lines
619 B
Nix
{...}: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
workspace = [
|
|
"1, monitor:desc:Acer Technologies ED270R TJMEE0043W01, default:true"
|
|
"2, monitor:desc:Ancor Communications Inc VS278 FALMQS032358, default:true"
|
|
"3, monitor:desc:Acer Technologies ED270R TJMEE0043W01"
|
|
"4, monitor:desc:Ancor Communications Inc VS278 FALMQS032358"
|
|
"5, monitor:desc:Acer Technologies ED270R TJMEE0043W01"
|
|
];
|
|
monitor = [
|
|
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1.00,vrr,2"
|
|
"desc:Ancor Communications Inc VS278 FALMQS032358,preferred,-1920x0,1.00,vrr,0"
|
|
];
|
|
};
|
|
}
|