[openbox] (ob3) maximise over dock, switch focus dialog
ManMower
manmower at signalmarketing.com
Wed Sep 17 16:16:59 EDT 2003
On Wed, 17 Sep 2003, MXN wrote:
> Switch focus dialog
>
> As I understand it, the dialog that appears when you cycle window focus
> *only* appears if a modifier is used in the keybind. The dialog isn't
> too intrusive, but I like using A-Tab to cycle, and would very much like
> to see the option to turn this dialog off re-implemented into ob3.
Yeah, I've been whining about the same thing. I've been using the
following changes, which apply cleanly to cvs.
I'm having a hard time convincing Ben to merge them, but maybe with more
support, he'll give in. :)
-------------- next part --------------
Index: openbox/popup.c
===================================================================
RCS file: /cvs/cvsroot/openbox/openbox/popup.c,v
retrieving revision 1.26
diff -p -u -r1.26 popup.c
--- openbox/popup.c 2003/09/17 07:44:49 1.26
+++ openbox/popup.c 2003/09/17 20:02:31
@@ -101,6 +101,7 @@ void popup_set_text_align(ObPopup *self,
void popup_show(ObPopup *self, gchar *text)
{
+return;
gint l, t, r, b;
gint x, y, w, h;
gint textw, texth;
@@ -201,6 +202,7 @@ void popup_show(ObPopup *self, gchar *te
void popup_hide(ObPopup *self)
{
+return;
if (self->mapped) {
XUnmapWindow(ob_display, self->bg);
self->mapped = FALSE;
More information about the openbox
mailing list