diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/weston.ini')
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/weston.ini | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini new file mode 100644 index 0000000000..1eecf48bc1 --- /dev/null +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini | |||
@@ -0,0 +1,74 @@ | |||
1 | # configuration file for Weston | ||
2 | |||
3 | #[core] | ||
4 | #modules=xwayland.so,cms-colord.so | ||
5 | #shell=desktop-shell.so | ||
6 | #gbm-format=xrgb2101010 | ||
7 | |||
8 | #[shell] | ||
9 | #background-image=/usr/share/backgrounds/gnome/Aqua.jpg | ||
10 | #background-color=0xff002244 | ||
11 | #background-type=tile | ||
12 | #clock-format=minutes | ||
13 | #panel-color=0x90ff0000 | ||
14 | #locking=true | ||
15 | #animation=zoom | ||
16 | #startup-animation=fade | ||
17 | #binding-modifier=ctrl | ||
18 | #num-workspaces=6 | ||
19 | #cursor-theme=whiteglass | ||
20 | #cursor-size=24 | ||
21 | |||
22 | #lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png | ||
23 | #lockscreen=/usr/share/backgrounds/gnome/Garden.jpg | ||
24 | #homescreen=/usr/share/backgrounds/gnome/Blinds.jpg | ||
25 | #animation=fade | ||
26 | |||
27 | #[launcher] | ||
28 | #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png | ||
29 | #path=/usr/bin/gnome-terminal | ||
30 | |||
31 | #[launcher] | ||
32 | #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png | ||
33 | #path=/usr/bin/weston-terminal | ||
34 | |||
35 | #[launcher] | ||
36 | #icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png | ||
37 | #path=/usr/bin/google-chrome | ||
38 | |||
39 | #[launcher] | ||
40 | #icon=/usr/share/icons/gnome/24x24/apps/arts.png | ||
41 | #path=/build/weston-0lEgCh/weston-1.11.0/weston-flower | ||
42 | |||
43 | #[input-method] | ||
44 | #path=/usr/lib/weston/weston-keyboard | ||
45 | |||
46 | #[output] | ||
47 | #name=LVDS1 | ||
48 | #mode=1680x1050 | ||
49 | #transform=90 | ||
50 | #icc_profile=/usr/share/color/icc/colord/Bluish.icc | ||
51 | |||
52 | #[output] | ||
53 | #name=VGA1 | ||
54 | #mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | ||
55 | #transform=flipped | ||
56 | |||
57 | #[output] | ||
58 | #name=X1 | ||
59 | #mode=1024x768 | ||
60 | #transform=flipped-90 | ||
61 | |||
62 | #[libinput] | ||
63 | #enable_tap=true | ||
64 | |||
65 | #[touchpad] | ||
66 | #constant_accel_factor = 50 | ||
67 | #min_accel_factor = 0.16 | ||
68 | #max_accel_factor = 1.0 | ||
69 | |||
70 | #[screen-share] | ||
71 | #command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize | ||
72 | |||
73 | #[xwayland] | ||
74 | #path=/usr/bin/Xwayland | ||