kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=243c33d084579cd8bbeff18bbf34bc641f68bc13
commit 243c33d084579cd8bbeff18bbf34bc641f68bc13 Author: Kim Woelders <[email protected]> Date: Tue Apr 19 14:34:46 2022 +0200 Winops layer menu: Add "Lowest" Also rename "On Top" to "Highest". --- config/strings.c | 3 ++- config/winops_layer.menu | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/strings.c b/config/strings.c index d898cdc6..3f8c09bb 100644 --- a/config/strings.c +++ b/config/strings.c @@ -145,10 +145,11 @@ const char *txt[] = { _("Destroy a group this window belongs to"), /* winops_layer.menu */ _("Stacking"), + _("Lowest"), _("Below"), _("Normal"), _("Above"), - _("On Top"), + _("Highest"), /* winops_misc.menu */ _("Miscellaneous"), _("Toggle Skip Window Lists"), diff --git a/config/winops_layer.menu b/config/winops_layer.menu index c53d22e0..00de5458 100644 --- a/config/winops_layer.menu +++ b/config/winops_layer.menu @@ -1,5 +1,6 @@ "Stacking" "EMPTY" +"Lowest" NULL "wop * la 1" "Below" NULL "wop * la 2" "Normal" NULL "wop * la 4" "Above" NULL "wop * la 6" -"On Top" NULL "wop * la 8" +"Highest" NULL "wop * la 8" --
