From 5c0639bfe6e06ae3ad58a1aa29d9070eb9df502e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 23 Feb 2026 09:45:23 +0100 Subject: Remove ctrl-0 binding to use it for reset zooming --- roles/hyprland/templates/bindings.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/hyprland/templates/bindings.conf.j2 b/roles/hyprland/templates/bindings.conf.j2 index 3028919c..ee38d806 100644 --- a/roles/hyprland/templates/bindings.conf.j2 +++ b/roles/hyprland/templates/bindings.conf.j2 @@ -28,7 +28,6 @@ bind = CONTROL, 6, workspace, 6 bind = CONTROL, 7, workspace, 7 bind = CONTROL, 8, workspace, 8 bind = CONTROL, 9, workspace, 9 -bind = CONTROL, 0, workspace, 10 # Move active window to a workspace with ctrl + SHIFT + [0-9] bind = CONTROL SHIFT, 1, movetoworkspace, 1 -- cgit v1.2.3