feat: Break out binds into a new config file

This commit is contained in:
2025-04-20 23:11:19 +10:00
parent 3d07720567
commit cb33c4c755
3 changed files with 144 additions and 142 deletions

View File

@@ -54,6 +54,7 @@ if __name__ == "__main__":
os.system("hyprctl keyword bind , mouse_right, exec, 'ydotool key 56:1 106:1 106:0 56:0'")
# Set dim special to default
os.system("hyprctl keyword decoration:dim_special 0.5")
os.system("hyprctl keyword decoration:blur:special 1")
else:
print("Gromit is not running",flush=True)
@@ -63,6 +64,7 @@ if __name__ == "__main__":
# Disable dim special
os.system("hyprctl keyword decoration:dim_special 0")
os.system("hyprctl keyword decoration:blur:special 0")
os.system("hyprctl dispatch togglespecialworkspace gromit")
os.system("hyprctl keyword unbind , mouse_left")
os.system("hyprctl keyword unbind , mouse_right")