diff options
Diffstat (limited to 'openbox/keyboard.c')
| -rw-r--r-- | openbox/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 218e251a..51f2cff9 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -330,6 +330,7 @@ void keyboard_startup(gboolean reconfig) { grab_keys(TRUE); popup = popup_new(FALSE); + popup_set_text_align(popup, RR_JUSTIFY_CENTER); if (!reconfig) client_add_destroy_notify(keyboard_interactive_end_client, NULL); |
