diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-01-23 21:21:58 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-01-23 21:21:58 +0100 |
commit | 7ce071fdaaffb16f0c68291fb626025f6be25fa0 (patch) | |
tree | dccc84053573e34f385398380738c83199752747 | |
parent | b6a5b876e7d92d0ff4ef7928b83f740c2dbcc35d (diff) | |
download | cwm-7ce071fdaaffb16f0c68291fb626025f6be25fa0.tar.gz cwm-7ce071fdaaffb16f0c68291fb626025f6be25fa0.tar.xz cwm-7ce071fdaaffb16f0c68291fb626025f6be25fa0.zip |
Leahize
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | migrate-config.pl | 2 | ||||
-rwxr-xr-x | update.sh | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/README b/README index f4c26b4..41351bf 100644 --- a/README +++ b/README @@ -89,6 +89,6 @@ Changes made between OpenBSD 5.5 and 5.4 * Support for sticky windows (_NET_WM_STATE_STICKY). * Internal cleanups and bug fixes. ---Christian Neukirchen <chneukirchen@gmail.com> +--Leah Neukirchen <leah@vuxu.org> [0]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/ diff --git a/migrate-config.pl b/migrate-config.pl index 8f55aa6..9144912 100755 --- a/migrate-config.pl +++ b/migrate-config.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -p # Originally by Stuart Henderson in # <20161206120601.vmimohqh4nafaeah@symphytum.spacehopper.org> -# Ported to Perl and slightly tweaked by Christian Neukirchen. +# Ported to Perl and slightly tweaked by Leah Neukirchen. s/\bbind\b(.*)\bunmap/unbind-key \1/; s/\bmousebind\b(.*)unmap/unbind-mouse \1/; diff --git a/update.sh b/update.sh index 8989d57..a87b259 100755 --- a/update.sh +++ b/update.sh @@ -1 +1,2 @@ -GIT_MERGE_AUTOEDIT=no git cvsimport -o master -v -k -m -d anoncvs@openbsd.cs.fau.de:/cvs xenocara/app/cwm +#GIT_MERGE_AUTOEDIT=no git cvsimport -o master -v -k -m -d anoncvs@openbsd.cs.fau.de:/cvs xenocara/app/cwm +GIT_MERGE_AUTOEDIT=no git cvsimport -o master -v -k -m -d anoncvs@mirror.osn.de:/cvs xenocara/app/cwm |