wok diff karmen/stuff/etc/xdg/karmen/autostart.sh @ rev 24984

Up ufr2 (2.40-2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:30 2022 +0000 (2022-05-10)
parents 08943259e85e
children
line diff
     1.1 --- a/karmen/stuff/etc/xdg/karmen/autostart.sh	Tue May 05 02:12:07 2009 +0200
     1.2 +++ b/karmen/stuff/etc/xdg/karmen/autostart.sh	Tue May 10 07:46:30 2022 +0000
     1.3 @@ -5,9 +5,13 @@
     1.4  xsetroot -solid grey4 &
     1.5  
     1.6  # Cursor setting.
     1.7 -xsetroot -cursor_name arrow
     1.8 +xsetroot -cursor_name arrow &
     1.9  
    1.10 -# Wbar icons panel with a custom config file for Karmen providing
    1.11 -# a settings and logout function.
    1.12 -(sleep 2 && wbar -config $HOME/.config/karmen/wbar -pos top center \
    1.13 -	-jumpf 0 -zoomf 1.8 -isize 24 -bpress -balfa 0) &
    1.14 +# Start an Xterm.
    1.15 +xterm &
    1.16 +
    1.17 +# Start Karmen configurator/menu
    1.18 +xterm -geometry 50x20 -e karmen-conf &
    1.19 +
    1.20 +# Xclock
    1.21 +xclock &