Add monitor rules for steam and discord
This commit is contained in:
parent
6f7e6d18b9
commit
eed793e9aa
|
@ -1,6 +1,12 @@
|
|||
{...}: {
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1.00,vrr,2"
|
||||
"desc:Ancor Communications Inc VS278 FALMQS032358,preferred,-1920x0,1.00,vrr,0"
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
windowrule = [
|
||||
"monitor desc:Acer Technologies ED270R TJMEE0043W01,[Ss]team"
|
||||
"monitor desc:Ancor Communications Inc VS278 FALMQS032358,WebCord"
|
||||
];
|
||||
monitor = [
|
||||
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1.00,vrr,2"
|
||||
"desc:Ancor Communications Inc VS278 FALMQS032358,preferred,-1920x0,1.00,vrr,0"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue