Update zsh and hypr and nvim version

This commit is contained in:
Pablu
2025-11-24 09:28:08 +01:00
parent dfc4d35c5b
commit 365b3a180b
7 changed files with 25 additions and 21 deletions

4
.config/hypr/games.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/python3
games = [
("all", "Stardew Valley"),
("initialclass", "steam_app_.*", "tile", "max"),
@@ -18,7 +20,7 @@ def main():
name = game[1]
match game[0]:
case "initialclass":
selector = f"initialclass:({name})"
selector = f"initialClass:({name})"
case "title":
selector = f"title:({name})"
case "class":