diff options
Diffstat (limited to 'weston.ini.in')
-rw-r--r-- | weston.ini.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/weston.ini.in b/weston.ini.in index 4fca0bbb..257c4ec4 100644 --- a/weston.ini.in +++ b/weston.ini.in @@ -1,12 +1,15 @@ [core] -#modules=xwayland.so,cms-colord.so +#modules=cms-colord.so +#xwayland=true #shell=desktop-shell.so #gbm-format=xrgb2101010 +#require-input=true [shell] background-image=/usr/share/backgrounds/gnome/Aqua.jpg background-color=0xff002244 background-type=tile +clock-format=minutes panel-color=0x90ff0000 locking=true animation=zoom @@ -37,11 +40,6 @@ path=/usr/bin/google-chrome icon=/usr/share/icons/gnome/24x24/apps/arts.png path=@abs_top_builddir@/weston-flower -[screensaver] -# Comment path to disable screensaver -path=@libexecdir@/weston-screensaver -duration=600 - [input-method] path=@libexecdir@/weston-keyboard @@ -58,7 +56,7 @@ path=@libexecdir@/weston-keyboard #[output] #name=X1 -#mode=1024x768 +#mode=1024x768@60 #transform=flipped-90 #[libinput] @@ -71,3 +69,6 @@ path=@libexecdir@/weston-keyboard [screen-share] command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize + +#[xwayland] +#path=@bindir@/Xwayland |