From: Dana Jansens Date: Wed, 9 Dec 2009 22:03:51 +0000 (-0500) Subject: Make the desktop popup show on the primary monitor as defined in the config. X-Git-Tag: release-3.4.9~6^2 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=81eb4752fe13e05d4bef2eef322617f1a7d4029f Make the desktop popup show on the primary monitor as defined in the config. This matches the behaviour of the focus cycle and key chain popups. --- diff --git a/openbox/screen.c b/openbox/screen.c index cf2a6db..4412027 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -942,7 +942,7 @@ void screen_show_desktop_popup(guint d) /* 0 means don't show the popup */ if (!config_desktop_popup_time) return; - a = screen_physical_area_active(); + a = screen_physical_area_primary(); pager_popup_position(desktop_popup, CenterGravity, a->x + a->width / 2, a->y + a->height / 2); pager_popup_icon_size_multiplier(desktop_popup,