search for: edge_button

Displaying 3 results from an estimated 3 matches for "edge_button".

2006 Oct 25
2
[PATCH] Edge buttons
...@@ gconfSetOption (CompDisplay *d, key2 = g_strdup_printf ("%s_%s", key, "button"); key3 = g_strdup_printf ("%s_%s", key, "bell"); key4 = g_strdup_printf ("%s_%s", key, "edge"); + key5 = g_strdup_printf ("%s_%s", key, "edge_button"); gvalue = gconf_value_new (GCONF_VALUE_STRING); @@ -243,6 +244,8 @@ gconfSetOption (CompDisplay *d, gconf_value_free (gvalue); + + gvalue = gconf_value_new (GCONF_VALUE_BOOL); gconf_value_set_bool (gvalue, o->value.action.bell); existingValue = gconf_client_get (gd->c...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...d, > key2 = g_strdup_printf ("%s_%s", key, "button"); > key3 = g_strdup_printf ("%s_%s", key, "bell"); > key4 = g_strdup_printf ("%s_%s", key, "edge"); > + key5 = g_strdup_printf ("%s_%s", key, "edge_button"); > > gvalue = gconf_value_new (GCONF_VALUE_STRING); > > @@ -243,6 +244,8 @@ gconfSetOption (CompDisplay *d, > > gconf_value_free (gvalue); > > + > + > gvalue = gconf_value_new (GCONF_VALUE_BOOL); > gconf_value_set_bool (gvalue, o-&...
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the actions It is useful because the edge bindings are too easily triggered, an edge + mouse button is good because it confirms the action. An additional side benefit is that the mouse wheel can be used for rotating the cube and for the switcher (it is an excellent alternative to alt-tab). I wanted to share the patches before cleaning