dot/e16-bindings: Use xinitcmd(1) rather than xatom(1).
[profile] / dot / xinitrc
index da8c51c..1ba8b2c 100755 (executable)
@@ -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"
 }