X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/aec3b793a4877cbf5aee98eaac0f9efbc70eae33..e92e3482d1710228e4dd2a865ce52841ebe8131e:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index f607193..1ba8b2c 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -137,7 +137,7 @@ start-clients () { case $vnc in no) run bginit gnome-panel ;; esac ## System tray. - run bginit stalonetray + ## run bginit stalonetray ## Local clients. start-clients-local @@ -250,7 +250,7 @@ start-xterms () { req () { declare title=$1 hist=$2; shift 2 - cmd=$(xgetline -t "$title" -p "Command:" -Hl "$HOME/$hist") && + cmd=$(xgetline -t "$title" -p "_Command:" -Hl "$HOME/$hist") && exec "$@" "$cmd" }