Inhibit idle when running a Steam game
This commit is contained in:
parent
0a9f7157fc
commit
3c51bc8803
|
@ -80,7 +80,7 @@
|
||||||
border = 1;
|
border = 1;
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
commands =
|
commands =
|
||||||
map (criteria: {
|
(map (criteria: {
|
||||||
inherit criteria;
|
inherit criteria;
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
}) [
|
}) [
|
||||||
|
@ -93,6 +93,12 @@
|
||||||
{class = "[Mm]atplotlib";}
|
{class = "[Mm]atplotlib";}
|
||||||
{class = ".*\.py";}
|
{class = ".*\.py";}
|
||||||
{class = "Idl";}
|
{class = "Idl";}
|
||||||
|
])
|
||||||
|
++ [
|
||||||
|
{
|
||||||
|
criteria.class = "steam_app*";
|
||||||
|
command = "inhibit_idle focus";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
floating.border = 1;
|
floating.border = 1;
|
||||||
|
|
Reference in a new issue