diff --git a/home/hyprland.nix b/home/hyprland.nix index 005a0805..049262f7 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -241,9 +241,9 @@ in extraConfig = # hyprlang '' - bind = CTRL, Alt_L, submap, passthrough + bind = ${super}_ALT, BackSpace, submap, passthrough submap = passthrough - bind = CTRL, Alt_L, submap, reset + bind = ${super}_ALT, BackSpace, submap, reset submap = reset ''; };