Float POL launcher
This commit is contained in:
parent
2aefab7284
commit
c7a418c251
2 changed files with 8 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ window-rule {
|
|||
window-rule {
|
||||
match app-id=r#"^steam_app_default$"# title=r#"^PlayOnline Viewer.+$"#
|
||||
open-floating true
|
||||
default-column-width { fixed 1280; }
|
||||
default-window-height { fixed 720; }
|
||||
}
|
||||
|
||||
// Example: block out two password managers from screen capture.
|
||||
|
|
|
|||
|
|
@ -11,5 +11,11 @@
|
|||
boot.kernelModules = [ "amdgpu" ];
|
||||
|
||||
system.stateVersion = "26.05";
|
||||
|
||||
# Enable 32 bit graphics
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue