[gnome-shell/gbsneto/icon-grid-dnd: 10/18] gschema: Add the 'icon-grid-layout' key



commit 8c2c02eb79dbf412707f378658e4dc4a412b24bb
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Jul 2 13:36:30 2019 -0300

    gschema: Add the 'icon-grid-layout' key
    
    This is the key that will store the icons of the icon grid. It is a
    sorted array of application ids, and the order of items saved in this
    key corresponds to the icon order.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/603

 data/org.gnome.shell.gschema.xml.in | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 5a065593b..bc7fe9479 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -98,6 +98,10 @@
         the shell.
       </description>
     </key>
+    <key name="icon-grid-layout" type="as">
+      <default>[]</default>
+      <summary>Layout of the icon grid</summary>
+    </key>
     <child name="keybindings" schema="org.gnome.shell.keybindings"/>
   </schema>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]