summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-29 15:41:43 +0000
committerschneefux <schneefux+commit@schneefux.xyz>2014-06-29 15:41:43 +0000
commit21a49fb3c55ba1818906e3306d51e307df3787ad (patch)
treee7b2bd851bc0c696164af3bd12f629007284e033
parentef6d8d32b2c097644b05d669c1ddb34c586031b2 (diff)
downloadgraynard-21a49fb3c55ba1818906e3306d51e307df3787ad.tar.gz
graynard-21a49fb3c55ba1818906e3306d51e307df3787ad.zip
fix windows being started outside the window
-rw-r--r--shell/maynard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/maynard.c b/shell/maynard.c
index b759c48..315a4f0 100644
--- a/shell/maynard.c
+++ b/shell/maynard.c
@@ -129,7 +129,7 @@ panel_create (struct desktop *desktop)
desktop_shell_set_user_data (desktop->shell, desktop);
desktop_shell_set_panel (desktop->shell, desktop->output, panel->surface);
desktop_shell_set_panel_position (desktop->shell,
- DESKTOP_SHELL_PANEL_POSITION_LEFT);
+ DESKTOP_SHELL_PANEL_POSITION_BOTTOM);
shell_helper_set_panel (desktop->helper, panel->surface);
gtk_widget_show_all (panel->window);