git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334ccb5
)
Set zero delay for xbindkeys.
author
Iain Patterson
<me@iain.cx>
Tue, 22 Apr 2008 09:58:51 +0000
(09:58 +0000)
committer
Iain Patterson
<me@iain.cx>
Tue, 22 Apr 2008 09:58:51 +0000
(09:58 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@107
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.xbindkeys/prompt
patch
|
blob
|
history
.xbindkeys/title
patch
|
blob
|
history
diff --git
a/.xbindkeys/prompt
b/.xbindkeys/prompt
index
bfcc0a2
..
875d634
100755
(executable)
--- a/
.xbindkeys/prompt
+++ b/
.xbindkeys/prompt
@@
-1,6
+1,6
@@
#!/bin/bash
-cat << EOF | xmacroplay $DISPLAY &>/dev/null
+cat << EOF | xmacroplay
-d 0
$DISPLAY &>/dev/null
KeyStrRelease Alt_L
KeyStrRelease Super_L
KeyStr Escape
diff --git
a/.xbindkeys/title
b/.xbindkeys/title
index
0e56507
..
b549e46
100755
(executable)
--- a/
.xbindkeys/title
+++ b/
.xbindkeys/title
@@
-1,6
+1,6
@@
#!/bin/bash
-cat << EOF | xmacroplay $DISPLAY &>/dev/null
+cat << EOF | xmacroplay
-d 0
$DISPLAY &>/dev/null
KeyStr Escape
String iecho -e '\033]2;${1+"$@"}\007'
KeyStr Return