# HG changeset patch # User Christophe Lincoln # Date 1398637871 -7200 # Node ID 1b177a6e3bf7cbd9fd33aa216a548c0f079e2ddf # Parent 185d34744e11b6449ba638b89382b32ecaaf5852 Show all installed apps icons (executed in a single click/touch diff -r 185d34744e11 -r 1b177a6e3bf7 sts --- a/sts Mon Apr 28 00:06:11 2014 +0200 +++ b/sts Mon Apr 28 00:31:11 2014 +0200 @@ -39,6 +39,14 @@ cellwriter --keyboard-only --dock-window=2 & fi ;; + apps) + # Show all installed applications, use single click to launch + # We dont need to specify window size since it will be maximized + # by Openbox. + yad --window-icon="/usr/share/pixmaps/slitaz-menu.png" \ + --icons --single-click --sort-by-name \ + --read-dir=/usr/share/applications ;; + *|help) echo "$(basename $0) [info|kill|keyboard|update]" ;; esac