From 3f64e8a7b2ef598068d8dd830fb3f30f5a5a427c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 5 Jan 2021 01:47:29 +0000 Subject: [PATCH] rename lower to bottom to clear way for left and right Signed-off-by: Ian Jackson --- templates/script.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/script.ts b/templates/script.ts index b5bbffe3..cc39435b 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -264,11 +264,11 @@ function recompute_keybindings() { }; if (all_targets.length) { add_uo(all_targets, { - def_key: 'l', + def_key: 'b', kind: 'Client', wrc: 'Predictable', opname: "lower", - desc: "lower (send to bottom)", + desc: "send to bottom (below other pieces)", }); } if (all_targets.length) { -- 2.30.2