14 lines
426 B
Nix
14 lines
426 B
Nix
{...}: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
windowrule = [
|
|
"monitor HDMI-A-2, (signal|whatsapp-for-linux|teams-for-linux)"
|
|
"monitor DP-1, steam"
|
|
"monitor HDMI-A-2, (WebCord|com.obsproject.Studio)"
|
|
];
|
|
monitor = [
|
|
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1.00,vrr,2"
|
|
"desc:Ancor Communications Inc VS278 FALMQS032358,preferred,-1920x0,1.00,vrr,0"
|
|
];
|
|
};
|
|
}
|