summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2012-09-02 09:43:50 +0200
committerDavid Kaufmann <astra@ionic.at>2012-09-02 09:43:50 +0200
commitf7f2bd53c95e612705f18c9d0a9336c36f56fe47 (patch)
tree0f7a5be71470a5f3f04f67a712cbd8ba0b624d6f /src
parentf23187324e510f52f38350636a7d3cb8382d255b (diff)
downloadconfig-f7f2bd53c95e612705f18c9d0a9336c36f56fe47.tar.gz
add xcompose
Diffstat (limited to 'src')
m---------src/xcompose0
-rwxr-xr-xsrc/xcompose.sh8
2 files changed, 8 insertions, 0 deletions
diff --git a/src/xcompose b/src/xcompose
new file mode 160000
+Subproject d4e93f1cac71687137fba9fe2c250ff30222e59
diff --git a/src/xcompose.sh b/src/xcompose.sh
new file mode 100755
index 0000000..3173963
--- /dev/null
+++ b/src/xcompose.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# goto root dir (this script resides in src)
+BASEDIR=`dirname $(readlink -f $0)`
+cd ${BASEDIR}/../
+
+rm -f gen/.XCompose
+cp src/xcompose/dotXCompose gen/.XCompose