diff options
| author | David Kaufmann <astra@ionic.at> | 2012-09-02 09:43:50 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2012-09-02 09:43:50 +0200 |
| commit | f7f2bd53c95e612705f18c9d0a9336c36f56fe47 (patch) | |
| tree | 0f7a5be71470a5f3f04f67a712cbd8ba0b624d6f /src | |
| parent | f23187324e510f52f38350636a7d3cb8382d255b (diff) | |
| download | config-f7f2bd53c95e612705f18c9d0a9336c36f56fe47.tar.gz | |
add xcompose
Diffstat (limited to 'src')
| m--------- | src/xcompose | 0 | ||||
| -rwxr-xr-x | src/xcompose.sh | 8 |
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 |
