Add some more rules for game windows
Fix a typo (by removing that entry)
This commit is contained in:
parent
fa3c5c2643
commit
4fc7925305
|
@ -108,13 +108,10 @@
|
|||
command = "inhibit_idle fullscreen";
|
||||
}
|
||||
{
|
||||
# Controllers don't reset idle timer
|
||||
# Window rules for game sessions.
|
||||
# Note: controllers don't reset idle timer
|
||||
criteria.class = "(?:steam_app|Minecraft).*";
|
||||
command = "inhibit_idle focus";
|
||||
}
|
||||
{
|
||||
criteria.criteria = "Minecraft.*";
|
||||
command = "fullscreen enable";
|
||||
command = "floating enable, fullscreen enable, inhibit_idle focus";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Reference in a new issue