Winops layer menu: Add "Lowest"

Also rename "On Top" to "Highest".
This commit is contained in:
Kim Woelders 2022-04-19 14:34:46 +02:00
parent 0eb986a943
commit 243c33d084
2 changed files with 4 additions and 2 deletions

View File

@ -145,10 +145,11 @@ const char *txt[] = {
_("Destroy a group this window belongs to"), _("Destroy a group this window belongs to"),
/* winops_layer.menu */ /* winops_layer.menu */
_("Stacking"), _("Stacking"),
_("Lowest"),
_("Below"), _("Below"),
_("Normal"), _("Normal"),
_("Above"), _("Above"),
_("On Top"), _("Highest"),
/* winops_misc.menu */ /* winops_misc.menu */
_("Miscellaneous"), _("Miscellaneous"),
_("Toggle Skip Window Lists"), _("Toggle Skip Window Lists"),

View File

@ -1,5 +1,6 @@
"Stacking" "EMPTY" "Stacking" "EMPTY"
"Lowest" NULL "wop * la 1"
"Below" NULL "wop * la 2" "Below" NULL "wop * la 2"
"Normal" NULL "wop * la 4" "Normal" NULL "wop * la 4"
"Above" NULL "wop * la 6" "Above" NULL "wop * la 6"
"On Top" NULL "wop * la 8" "Highest" NULL "wop * la 8"