feat: egh

This commit is contained in:
Kat Inskip 2025-05-02 03:20:55 -07:00
parent cc85d2e5ba
commit 3150cf3c12
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 64 additions and 61 deletions

View file

@ -55,7 +55,7 @@ in {
displayBindingsStr = lib.concatLines displayBindings;
in ''
${displayBindingsStr}
for_window [class="^steam_app_default$"] floating enable, fullscreen disable
for_window [class="^steam_app_default$"] floating enable, fullscreen disable, resize set width 3840 px height 2132 px, move position center, border pixel 1
'';
config = {

View file

@ -1,5 +1,8 @@
_: {
services.picom = {
enable = true;
backend = "glx";
shadow = false;
vSync = false;
};
}