b42cedc087
xbindkeys is a program that allows you to launch shell commands with your keyboard or mouse under X11. It links commands to keys or mouse buttons using a simple configuration file and is independant of the window manager. Originally submitted by Jarett Stevens, resubmitted by Giovanni Bechis, and I also found a version sitting around on my laptop.
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
$OpenBSD: patch-xbindkeys_show,v 1.1.1.1 2007/04/11 16:19:49 naddy Exp $
|
|
--- xbindkeys_show.orig Wed Apr 11 17:31:49 2007
|
|
+++ xbindkeys_show Wed Apr 11 17:31:56 2007
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# \
|
|
-exec wish "$0" "$@"
|
|
+exec wish8.4 "$0" "$@"
|
|
|
|
|
|
#***************************************************************************
|