diff options
Diffstat (limited to 'config')
| -rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes index a5cff6f..7a08fa0 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -36,8 +36,8 @@ cat <<"EOF" >/etc/skel/.mplayer/config  [default]  # Write your default config options here! -#ao pulse -#ao alsa +#ao=pulse +#ao=alsa  #af=volnorm  #cache=4096  #aspect=16:9 @@ -49,6 +49,7 @@ cat <<"EOF" >/etc/skel/.config/lxsession/LXDE/autostart  @pcmanfm --desktop --profile LXDE  @xscreensaver -no-splash  @xfce4-power-manager-wrapper +@lxpolkit  EOF  	# awesome in lightdm-menu | 
