From 1ed0a1061b83b96528bacde4e565a4a6f8df7f76 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 29 Jun 2026 08:37:24 -0500 Subject: [PATCH] No need for the v2 now --- default/hypr/bindings/{tiling-v2.lua => tiling.lua} | 0 default/hypr/omarchy.lua | 2 +- migrations/1781485962.sh | 3 +-- test/shell.d/hyprland-default-config-test.sh | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) rename default/hypr/bindings/{tiling-v2.lua => tiling.lua} (100%) diff --git a/default/hypr/bindings/tiling-v2.lua b/default/hypr/bindings/tiling.lua similarity index 100% rename from default/hypr/bindings/tiling-v2.lua rename to default/hypr/bindings/tiling.lua diff --git a/default/hypr/omarchy.lua b/default/hypr/omarchy.lua index d9510acc..e4c38c30 100644 --- a/default/hypr/omarchy.lua +++ b/default/hypr/omarchy.lua @@ -8,7 +8,7 @@ require("default.hypr.autostart") if _G.omarchy_default_bindings ~= false then require("default.hypr.bindings.media") require("default.hypr.bindings.clipboard") - require("default.hypr.bindings.tiling-v2") + require("default.hypr.bindings.tiling") require("default.hypr.bindings.utilities") require_optional.module("default.hypr.bindings.applications") end diff --git a/migrations/1781485962.sh b/migrations/1781485962.sh index a0bc799d..91afe648 100644 --- a/migrations/1781485962.sh +++ b/migrations/1781485962.sh @@ -2,7 +2,7 @@ echo "Move stock Hyprland user overrides into package defaults" stock_input_sha="bf7602d679a31da028528d9b7dac64463217a9df42b254d3baefb7ce35674be5" stock_bindings_sha="932d647b07d24907d46c0b7752bb81ad87276ccd057670be6c3a5c5e950c19aa" -plain_bindings_sha="5d92d4008b04848256445da3cf5c10422a8d537baad499a4e63f60daecaefc6f" +plain_bindings_sha="cde93672f53dad31c13c1a81cad6aae162ab95e0592d362dbf99ca7eabe76d43" file_sha() { sha256sum "$1" | awk '{ print $1 }' @@ -106,4 +106,3 @@ if [[ -f $bindings_file ]]; then ;; esac fi - diff --git a/test/shell.d/hyprland-default-config-test.sh b/test/shell.d/hyprland-default-config-test.sh index fabd5f2f..c4ab10e4 100644 --- a/test/shell.d/hyprland-default-config-test.sh +++ b/test/shell.d/hyprland-default-config-test.sh @@ -138,7 +138,7 @@ mkdir -p "$migration_home/.config/hypr" cat >"$migration_home/.config/hypr/bindings.lua" <<'LUA' require("default.hypr.bindings.media") require("default.hypr.bindings.clipboard") -require("default.hypr.bindings.tiling-v2") +require("default.hypr.bindings.tiling") require("default.hypr.bindings.utilities") -- Application bindings without Omarchy's preinstalled web apps, TUIs, or desktop apps.