all repos — openbox @ e6a00eee317a04b14fda4563e0563812d2b1896b

openbox fork - make it a bit more like ryudo

comment typo
Dana Jansens danakj@orodu.net
commit

e6a00eee317a04b14fda4563e0563812d2b1896b

parent

077cd7f94440a5001d62a2df03131a2c33a8c3e2

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

jump to
M openbox/focus.hopenbox/focus.h

@@ -24,7 +24,7 @@ void focus_set_client(struct Client *client);

typedef enum { Fallback_Desktop, /* switching desktops */ - Fallback_Unfocusing, /* forcefully remove focus from the curernt window */ + Fallback_Unfocusing, /* forcefully remove focus from the current window */ Fallback_NoFocus /* nothing has focus for some reason */ } FallbackType;