more quirks (because we didn't have enough already huh)
This commit is contained in:
parent
cf3904423e
commit
62ea077ae9
1 changed files with 6 additions and 4 deletions
|
@ -1,13 +1,15 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
|
home.packages = [pkgs.gamescope];
|
||||||
programs.niri.settings = {
|
programs.niri.settings = {
|
||||||
window-rules = [
|
window-rules = [
|
||||||
{
|
{
|
||||||
# handle steam grabbing focus 1000 times on startup
|
# handle steam grabbing focus 1000 times on startup
|
||||||
|
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{app-id = "steam";}
|
||||||
app-id = "steam";
|
];
|
||||||
}
|
excludes = [
|
||||||
|
{title = "(Guild Wars 2)";}
|
||||||
];
|
];
|
||||||
open-focused = false;
|
open-focused = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue