diff options
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | data/mageia.layout | 75 |
2 files changed, 76 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 92b6e291..7e13b47d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,6 +3,7 @@ layout_DATA = \ default.layout \ fedora.layout \ linuxmint.layout \ + mageia.layout \ opensuse.layout \ ubuntu.layout diff --git a/data/mageia.layout b/data/mageia.layout new file mode 100644 index 00000000..504a3377 --- /dev/null +++ b/data/mageia.layout @@ -0,0 +1,75 @@ +[Toplevel top] +expand=true +orientation=top +size=24 + +[Toplevel bottom] +expand=true +orientation=bottom +size=24 + +[Object menu-bar] +object-type=menu-bar +toplevel-id=top +position=0 +locked=true + +[Object mcc] +object-type=launcher +launcher-location=/usr/share/applications/mageia-drakconf.desktop +toplevel-id=top +position=10 +locked=true + +[Object terminal] +object-type=launcher +launcher-location=/usr/share/applications/mate-terminal.desktop +toplevel-id=top +position=20 +locked=true + +[Object web-browser] +object-type=launcher +launcher-location=/usr/share/applications/firefox.desktop +toplevel-id=top +position=30 +locked=true + +[Object notification-area] +object-type=applet +applet-iid=NotificationAreaAppletFactory::NotificationArea +toplevel-id=top +position=10 +panel-right-stick=true +locked=true + +[Object clock] +object-type=applet +applet-iid=ClockAppletFactory::ClockApplet +toplevel-id=top +position=0 +panel-right-stick=true +locked=true + +[Object show-desktop] +object-type=applet +applet-iid=WnckletFactory::ShowDesktopApplet +toplevel-id=bottom +position=0 +locked=true + +[Object window-list] +object-type=applet +applet-iid=WnckletFactory::WindowListApplet +toplevel-id=bottom +position=20 +locked=true + +[Object workspace-switcher] +object-type=applet +applet-iid=WnckletFactory::WorkspaceSwitcherApplet +toplevel-id=bottom +position=0 +panel-right-stick=true +locked=true + |