Float POL launcher

This commit is contained in:
KnightArtorias 2026-05-17 17:50:15 +00:00
parent 2aefab7284
commit c7a418c251
2 changed files with 8 additions and 0 deletions

View file

@ -101,6 +101,8 @@ window-rule {
window-rule { window-rule {
match app-id=r#"^steam_app_default$"# title=r#"^PlayOnline Viewer.+$"# match app-id=r#"^steam_app_default$"# title=r#"^PlayOnline Viewer.+$"#
open-floating true open-floating true
default-column-width { fixed 1280; }
default-window-height { fixed 720; }
} }
// Example: block out two password managers from screen capture. // Example: block out two password managers from screen capture.

View file

@ -11,5 +11,11 @@
boot.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "amdgpu" ];
system.stateVersion = "26.05"; system.stateVersion = "26.05";
# Enable 32 bit graphics
hardware.graphics = {
enable = true;
enable32Bit = true;
};
} }