aboutsummaryrefslogtreecommitdiff
path: root/xchord.c
diff options
context:
space:
mode:
Diffstat (limited to 'xchord.c')
-rw-r--r--xchord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xchord.c b/xchord.c
index 970c141..c4f6f47 100644
--- a/xchord.c
+++ b/xchord.c
@@ -82,7 +82,7 @@ main(int argc, char *argv[])
/* 1 pressed + 3 pressed + 3 released (third step) */
if(p == 2 && rev->detail == 3){
p = 3;
- system("dwim");
+ system("dwim -o");
}
/* 1 released (reset) */
if((p == 1 || p == 3) && rev->detail == 1) p = 0;