This commit is contained in:
2025-10-27 22:37:41 +05:00
parent 88746f6d41
commit 9a0116dc61

View File

@@ -44,5 +44,3 @@ with open("example_hyprland.conf", "r") as file:
elif no_tab.strip().endswith(' {'):
isBlock = True
nameBlock = no_tab.split()[0]
islist.append(nameBlock)
print(islist)