feat: Break out binds into a new config file
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user