diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-09 16:41:52 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-09 16:41:52 -0500 |
| commit | aa329719b99792a624449b2448abee9e2c67ce94 (patch) | |
| tree | 630e343b5b475940d13952e6cfbec5c16ab62ec0 /openbox/keyboard.c | |
| parent | 10d99cc5e9efe40527c6ace3740b67890ea37729 (diff) | |
Add a primaryMonitor config option, where the focus-cycle and keychain popups will appear
Diffstat (limited to 'openbox/keyboard.c')
| -rw-r--r-- | openbox/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 8c5b5543..aebee293 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -91,7 +91,7 @@ static void set_curpos(KeyBindingTree *newpos) g_free(oldtext); } - a = screen_physical_area_active(); + a = screen_physical_area_primary(); popup_position(popup, NorthWestGravity, a->x + 10, a->y + 10); /* 1 second delay for the popup to show */ popup_delay_show(popup, G_USEC_PER_SEC, text); |
