Wrigs

Kzones_Layouts

Jul 3rd, 2026
264
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.21 KB | None | 0 0
  1. [
  2.     {
  3.         "name": "Priority Grid",
  4.         "padding": 6,
  5.         "zones": [
  6.             {
  7.                 "x": 0,
  8.                 "y": 0,
  9.                 "height": 100,
  10.                 "width": 25
  11.             },
  12.             {
  13.                 "x": 25,
  14.                 "y": 0,
  15.                 "height": 100,
  16.                 "width": 50,
  17.                 "applications": [
  18.                     "firefox"
  19.                 ]
  20.             },
  21.             {
  22.                 "x": 75,
  23.                 "y": 0,
  24.                 "height": 100,
  25.                 "width": 25
  26.             }
  27.         ]
  28.     },
  29.     {
  30.         "name": "Quadrant Grid",
  31.         "padding": 6,
  32.         "zones": [
  33.             {
  34.                 "x": 0,
  35.                 "y": 0,
  36.                 "height": 50,
  37.                 "width": 50
  38.             },
  39.             {
  40.                 "x": 0,
  41.                 "y": 50,
  42.                 "height": 50,
  43.                 "width": 50
  44.             },
  45.             {
  46.                 "x": 50,
  47.                 "y": 50,
  48.                 "height": 50,
  49.                 "width": 50
  50.             },
  51.             {
  52.                 "x": 50,
  53.                 "y": 0,
  54.                 "height": 50,
  55.                 "width": 50
  56.             }
  57.         ]
  58.     },
  59.     {
  60.         "name": "Split Grid",
  61.         "padding": 6,
  62.         "zones": [
  63.             {
  64.                 "x": 0,
  65.                 "y": 0,
  66.                 "height": 100,
  67.                 "width": 50
  68.             },
  69.             {
  70.                 "x": 50,
  71.                 "y": 0,
  72.                 "height": 100,
  73.                 "width": 50
  74.             }
  75.         ]
  76.     },
  77.     {
  78.         "name": "Columns",
  79.         "padding": 6,
  80.         "zones": [
  81.             {
  82.                 "x": 0,
  83.                 "y": 0,
  84.                 "height": 100,
  85.                 "width": 25
  86.             },
  87.             {
  88.                 "x": 25,
  89.                 "y": 0,
  90.                 "height": 100,
  91.                 "width": 25
  92.             },
  93.             {
  94.                 "x": 50,
  95.                 "y": 0,
  96.                 "height": 100,
  97.                 "width": 25
  98.             },
  99.             {
  100.                 "x": 75,
  101.                 "y": 0,
  102.                 "height": 100,
  103.                 "width": 25
  104.             }
  105.         ]
  106.     },
  107.     {
  108.         "name": "Devt 1",
  109.         "padding": 6,
  110.         "gridSize": 10,
  111.         "zones": [
  112.             {
  113.                 "x": 0,
  114.                 "y": 0,
  115.                 "width": 70,
  116.                 "height": 100
  117.             },
  118.             {
  119.                 "x": 70,
  120.                 "y": 0,
  121.                 "width": 30,
  122.                 "height": 100
  123.             }
  124.         ]
  125.     },
  126.     {
  127.         "name": "Devt 2",
  128.         "padding": 6,
  129.         "gridSize": 10,
  130.         "zones": [
  131.             {
  132.                 "x": 0,
  133.                 "y": 0,
  134.                 "width": 70,
  135.                 "height": 100
  136.             },
  137.             {
  138.                 "x": 70,
  139.                 "y": 0,
  140.                 "width": 30,
  141.                 "height": 50
  142.             },
  143.             {
  144.                 "x": 70,
  145.                 "y": 50,
  146.                 "width": 30,
  147.                 "height": 50
  148.             }
  149.         ]
  150.     }
  151. ]
Tags: kde KZones
Advertisement