lmao puuush

This commit is contained in:
Daniel Olsen
2023-11-04 23:28:47 +01:00
parent 764a209200
commit 7f333af4b5
3 changed files with 22 additions and 16 deletions

View File

@@ -108,7 +108,13 @@ in
titlebar = false;
hideEdgeBorders = "smart";
};
floating.criteria = [
{ title = "Steam - Update News"; }
];
};
i3.extraConfig = ''
for_window [title="Steam Big Picture Mode"] floating enable, resize set 1920 1080, move position 0 0, border pixel 0
'';
};
};