Parcourir la source

Update WindowGrid.settings to match the needs a little better

Miroslav Abrahám il y a 5 ans
Parent
commit
a688cb68ec
1 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. 9 1
      settings/windowgrid/WindowGrid.settings

+ 9 - 1
settings/windowgrid/WindowGrid.settings

@@ -9,7 +9,7 @@
     "Grid":
     {
         "GridX": 60,
-        "GridY": 30,
+        "GridY": 34,
         "BlurRadius": 3,
         "FillWindow": true,
         "Opacity": 0.75,
@@ -27,5 +27,13 @@
     },
     "Input":
     [
+        {
+            "Key": "MOUSE_RBUTTON",
+            "Command": "Resize"
+        },
+        {
+            "Key": "MOUSE_MBUTTON",
+            "Command": "Move"
+        }
     ]
 }