all repos — openbox @ 4b095c1ca2053e3a8906ea82048ffb767717ac40

openbox fork - make it a bit more like ryudo

previous should not mean the same as last
Mikael Magnusson mikachu@comhem.se
commit

4b095c1ca2053e3a8906ea82048ffb767717ac40

parent

9d593db034fc2f5f662f7a1502d6a64536ced014

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M openbox/actions/desktop.copenbox/actions/desktop.c

@@ -55,8 +55,7 @@ o->rel.wrap = TRUE;

if ((n = parse_find_node("to", node))) { gchar *s = parse_string(doc, n); - if (!g_ascii_strcasecmp(s, "last") || - !g_ascii_strcasecmp(s, "previous")) + if (!g_ascii_strcasecmp(s, "last")) o->type = LAST; else if (!g_ascii_strcasecmp(s, "next")) { o->type = RELATIVE;