Fix sway displays
Apparently offsetting the displays causes pycharm to be unusable in the top 200 pixels.
This commit is contained in:
parent
eb6ddeb720
commit
ac64a8114e
|
@ -10,11 +10,11 @@
|
|||
};
|
||||
"AOC Q27T1G5 0x000007C8" = {
|
||||
mode = "2560x1440@74.968Hz";
|
||||
position = "1920,200";
|
||||
position = "1920,0";
|
||||
};
|
||||
"AOC Q27T1G5 0x0000080B" = {
|
||||
mode = "2560x1440@74.968Hz";
|
||||
position = "4480,200";
|
||||
position = "4480,0";
|
||||
};
|
||||
};
|
||||
workspaceOutputAssign = [
|
||||
|
|
Loading…
Reference in a new issue