all repos — tint2 @ d95a5a02cfe302ed29a9d5900ef5b46538e58708

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

tint2conf: Handle keyboard shortcuts (issue #590)
o9000 mrovi9000@gmail.com
commit

d95a5a02cfe302ed29a9d5900ef5b46538e58708

parent

22cb7d6d7fe0f5abc8ea95b46d2ab1f6def3bec5

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

jump to
M src/tint2conf/main.csrc/tint2conf/main.c

@@ -263,6 +263,7 @@

gtk_action_group_add_actions(actionGroup, entries, G_N_ELEMENTS(entries), NULL); globalUIManager = gtk_ui_manager_new(); gtk_ui_manager_insert_action_group(globalUIManager, actionGroup, 0); + gtk_window_add_accel_group(GTK_WINDOW(g_window), gtk_ui_manager_get_accel_group(globalUIManager)); gtk_ui_manager_add_ui_from_string(globalUIManager, global_ui, -1, (NULL)); g_signal_connect(globalUIManager, "add_widget", G_CALLBACK(menuAddWidget), vBox); gtk_ui_manager_ensure_update(globalUIManager);