diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-09 17:03:51 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-09 17:06:55 -0500 |
| commit | 81eb4752fe13e05d4bef2eef322617f1a7d4029f (patch) | |
| tree | 01fb805c2b50e262ba83ed7ecb47e7764f484d3d /openbox | |
| parent | 5f2182c33ba5e716885f096bfe498620d111908c (diff) | |
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.
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index cf2a6db7..4412027e 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, |
