From: Mark Wooding Date: Mon, 12 Apr 2010 23:27:48 +0000 (+0100) Subject: Merge branch 'master' of metalzone:etc/profile X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/c035e794d622d7074c8fa94e18cb5ddfea7c36a1?hp=5587cf4f528512164052d11e12196416a490e30e Merge branch 'master' of metalzone:etc/profile * 'master' of metalzone:etc/profile: dot/xinitrc: Punt a bunch of application startup stuff to `gnome-session'. setup, pulseaudio, git: Add PulseAudio configuration; substituted dotfiles. dot/emacs: Twiddle `{shell,comint}-file-name-chars'. bin/mdw-build: Insert missing space. --- diff --git a/dot/xinitrc b/dot/xinitrc index 750bc9e..151b9a4 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -87,7 +87,7 @@ initialize () { run init xrdb -override $HOME/.Xdefaults ## Random xsettery. - run init xset b 10 2000 50 + run init xset b 5 2000 50 run init xset r rate 500 50 run init xset m 2 1 @@ -312,7 +312,7 @@ EOF eval "${line#!}" ;; *) - set -- $line + set -- $line run bgclients "$@" ;; esac