Race.
authorIain Patterson <me@iain.cx>
Tue, 22 Apr 2008 10:13:31 +0000 (10:13 +0000)
committerIain Patterson <me@iain.cx>
Tue, 22 Apr 2008 10:13:31 +0000 (10:13 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@108 6be0d1a5-5cfe-0310-89b6-964be062b18b

.xbindkeys/prompt

index 875d634..a7660f9 100755 (executable)
@@ -1,9 +1,11 @@
 #!/bin/bash
 
-cat << EOF | xmacroplay -d 0 $DISPLAY &>/dev/null
+cat << EOF | xmacroplay -d 2 $DISPLAY &>/dev/null
 KeyStrRelease Alt_L
 KeyStrRelease Super_L
 KeyStr Escape
-String i\bexport PS1='\u@\h:\w\$ '; set -o vi
+KeyStrRelease I
+KeyStrRelease BackSpace
+String export PS1='\u@\h:\w\$ '; set -o vi
 KeyStr Return
 EOF