slitaz-tools view tinyutils/terminal @ rev 339

Improve and add all WM to tazx + WM config in applications.conf
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 04 22:37:14 2009 +0200 (2009-05-04)
parents
children b265b9fdd138
line source
1 #!/bin/sh
2 # Lauch SliTaz default X Terminal.
3 #
4 . /etc/slitaz/applications.conf
6 USER_CONFIG="$HOME/.config/slitaz/applications.conf"
7 [ -f $USER_CONFIG ] && . $USER_CONFIG
9 $TERMINAL $@ &
11 exit 0