mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Leahize
This commit is contained in:
parent
b6a5b876e7
commit
7ce071fdaa
2
README
2
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/
|
||||
|
@ -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/;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user