88 lines
2.0 KiB
INI
88 lines
2.0 KiB
INI
|
[core]
|
||
|
#modules=cms-colord.so
|
||
|
#xwayland=true
|
||
|
#shell=desktop-shell.so
|
||
|
#gbm-format=xrgb2101010
|
||
|
#require-input=true
|
||
|
|
||
|
[shell]
|
||
|
# here can use another background to replace
|
||
|
#default one:
|
||
|
#background-image=/your_background_file_dir/your_background_file
|
||
|
#Note: Here the your_background_file_dir and your_background_file
|
||
|
# here should use your target machine file dir, not your compile
|
||
|
# machine file dir
|
||
|
background-image=/usr/share/weston/background.png
|
||
|
background-color=0xff002244
|
||
|
background-type=tile
|
||
|
clock-format=minutes
|
||
|
panel-color=0x90ff0000
|
||
|
locking=true
|
||
|
animation=zoom
|
||
|
startup-animation=fade
|
||
|
#binding-modifier=ctrl
|
||
|
#num-workspaces=6
|
||
|
#cursor-theme=whiteglass
|
||
|
#cursor-size=24
|
||
|
|
||
|
#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
|
||
|
#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg
|
||
|
#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg
|
||
|
#animation=fade
|
||
|
|
||
|
# How to add new launcher for weston desktop
|
||
|
#[launcher]
|
||
|
#icon=/your_icon_dir/your_icon.png
|
||
|
#path=/your_execute_file_dir/your_execute_file
|
||
|
#Note: Here the your_icon_dir and your_execute_file_dir here should
|
||
|
#use your target machine file dir, not your compile machine file dir
|
||
|
|
||
|
[launcher]
|
||
|
icon=/usr/share/weston/icon_terminal.png
|
||
|
path=/usr/bin/weston-terminal
|
||
|
|
||
|
[launcher]
|
||
|
icon=/usr/share/weston/icon_terminal.png
|
||
|
path=/usr/bin/weston-terminal
|
||
|
|
||
|
[launcher]
|
||
|
icon=/usr/share/weston/icon_terminal.png
|
||
|
path=/usr/bin/weston-terminal
|
||
|
|
||
|
[launcher]
|
||
|
icon=/usr/share/weston/icon_terminal.png
|
||
|
path=/usr/bin/weston-terminal
|
||
|
|
||
|
[input-method]
|
||
|
path=/usr/lib/weston-keyboard
|
||
|
|
||
|
#[output]
|
||
|
#name=LVDS1
|
||
|
#mode=1680x1050
|
||
|
#transform=90
|
||
|
#icc_profile=/usr/share/color/icc/colord/Bluish.icc
|
||
|
|
||
|
#[output]
|
||
|
#name=VGA1
|
||
|
#mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
|
||
|
#transform=flipped
|
||
|
|
||
|
#[output]
|
||
|
#name=X1
|
||
|
#mode=1024x768@60
|
||
|
#transform=flipped-90
|
||
|
|
||
|
#[libinput]
|
||
|
#enable_tap=true
|
||
|
|
||
|
#[touchpad]
|
||
|
#constant_accel_factor = 50
|
||
|
#min_accel_factor = 0.16
|
||
|
#max_accel_factor = 1.0
|
||
|
|
||
|
[screen-share]
|
||
|
command=/usr/bin/weston --backend=fbdev-backend.so --shell=fullscreen-shell.so --no-clients-resize
|
||
|
|
||
|
#[xwayland]
|
||
|
#path=/usr/bin/Xwayland
|