sts rev 14

Show all installed apps icons (executed in a single click/touch
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 28 00:31:11 2014 +0200 (2014-04-28)
parents 185d34744e11
children ec53ffc301c4 b72b16fba4af
files sts
line diff
     1.1 --- a/sts	Mon Apr 28 00:06:11 2014 +0200
     1.2 +++ b/sts	Mon Apr 28 00:31:11 2014 +0200
     1.3 @@ -39,6 +39,14 @@
     1.4  			cellwriter --keyboard-only --dock-window=2 &
     1.5  		fi ;;
     1.6  	
     1.7 +	apps)
     1.8 +		# Show all installed applications, use single click to launch
     1.9 +		# We dont need to specify window size since it will be maximized
    1.10 +		# by Openbox.
    1.11 +		yad --window-icon="/usr/share/pixmaps/slitaz-menu.png" \
    1.12 +			--icons --single-click --sort-by-name \
    1.13 +			--read-dir=/usr/share/applications ;;
    1.14 +	
    1.15  	*|help)
    1.16  		echo "$(basename $0) [info|kill|keyboard|update]" ;;
    1.17  esac