Rename hyprland window rules, add auto generated games.conf, add android studio to path

This commit is contained in:
Pablu23
2024-08-28 11:24:46 +02:00
parent 127acdc28b
commit 7ad0d3bc8e
5 changed files with 38 additions and 5 deletions

View File

@@ -3,7 +3,8 @@ games = [
("initialclass", "steam_app_.*", "tile", "max"),
("all", "ffxiv*", "sf"),
("all", "Hollow Knight"),
("all", "HELLDIVERS*")
("all", "HELLDIVERS*"),
("all", "CS", "tile", "max")
]
def main():
@@ -41,7 +42,7 @@ def main():
conf += f"""windowrulev2 = fullscreen, {selector}
windowrulev2 = monitor DP-3, {selector}
windowrulev2 = forceinput, {selector}\n
windowrulev2 = allowsinput, {selector}\n
"""
f.write(conf)
f.close()