Float POL. Gamescope
This commit is contained in:
parent
b5b5d22f4a
commit
2aefab7284
3 changed files with 11 additions and 0 deletions
|
|
@ -98,6 +98,11 @@ window-rule {
|
|||
open-floating true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"^steam_app_default$"# title=r#"^PlayOnline Viewer.+$"#
|
||||
open-floating true
|
||||
}
|
||||
|
||||
// Example: block out two password managers from screen capture.
|
||||
window-rule {
|
||||
match app-id=r#"^org\.keepassxc\.KeePassXC$"#
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@
|
|||
./usbutils.nix
|
||||
./bolt-launcher.nix
|
||||
./lutris.nix
|
||||
./gamescope.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
nixos/roles/physical/desktop/common/apps/gamescope.nix
Normal file
5
nixos/roles/physical/desktop/common/apps/gamescope.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gamescope.enable = true;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue