mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-08 16:12:00 -07:00
docs: update
This commit is contained in:
42
LICENSE.md
42
LICENSE.md
@@ -1,33 +1,21 @@
|
|||||||
MIT/X Consortium License
|
The MIT License (MIT)
|
||||||
|
|
||||||
© 2019- Dylan Araps <dylan.araps@gmail.com>
|
Copyright (c) 2019 Dylan Araps
|
||||||
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
|
|
||||||
© 2007-2011 Peter Hartlich <sgkkr at hartlich dot com>
|
|
||||||
© 2010-2011 Connor Lane Smith <cls@lubutu.com>
|
|
||||||
© 2006-2009 Jukka Salmi <jukka at salmi dot ch>
|
|
||||||
© 2007-2009 Premysl Hruby <dfenze at gmail dot com>
|
|
||||||
© 2007-2009 Szabolcs Nagy <nszabolcs at gmail dot com>
|
|
||||||
© 2007-2009 Christof Musik <christof at sendfax dot de>
|
|
||||||
© 2009 Mate Nagy <mnagy at port70 dot net>
|
|
||||||
© 2007-2008 Enno Gottox Boland <gottox at s01 dot de>
|
|
||||||
© 2008 Martin Hurton <martin dot hurton at gmail dot com>
|
|
||||||
© 2008 Neale Pickett <neale dot woozle dot org>
|
|
||||||
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
copy of this software and associated documentation files (the "Software"),
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
to deal in the Software without restriction, including without limitation
|
in the Software without restriction, including without limitation the rights
|
||||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
and/or sell copies of the Software, and to permit persons to whom the
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
Software is furnished to do so, subject to the following conditions:
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
The above copyright notice and this permission notice shall be included in all
|
||||||
all copies or substantial portions of the Software.
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
DEALINGS IN THE SOFTWARE.
|
SOFTWARE.
|
||||||
|
18
README.md
18
README.md
@@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
# sowm
|
# sowm
|
||||||
|
|
||||||
<a href="https://user-images.githubusercontent.com/6799467/66687576-9747c200-ec72-11e9-947d-5b96753eab03.jpg"><img src="https://user-images.githubusercontent.com/6799467/66687576-9747c200-ec72-11e9-947d-5b96753eab03.jpg" width="43%" align="right"></a>
|
<a href="https://user-images.githubusercontent.com/6799467/66687576-9747c200-ec72-11e9-947d-5b96753eab03.jpg"><img src="https://user-images.githubusercontent.com/6799467/66687576-9747c200-ec72-11e9-947d-5b96753eab03.jpg" width="43%" align="right"></a>
|
||||||
|
|
||||||
An itsy bitsy floating window manager with roots in `catwm`.
|
An itsy bitsy floating window manager.
|
||||||
|
|
||||||
- Floating only.
|
- Floating only.
|
||||||
- Fullscreen toggle.
|
- Fullscreen toggle.
|
||||||
@@ -60,9 +59,24 @@ An itsy bitsy floating window manager with roots in `catwm`.
|
|||||||
|
|
||||||
- `xlib` (*usually `libX11`*).
|
- `xlib` (*usually `libX11`*).
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1) Modify `config.h` to suit your needs.
|
1) Modify `config.h` to suit your needs.
|
||||||
2) Run `make` to build `sowm`.
|
2) Run `make` to build `sowm`.
|
||||||
3) Copy it to your path or run `make install`.
|
3) Copy it to your path or run `make install`.
|
||||||
- `DESTDIR` and `PREFIX` are supported.
|
- `DESTDIR` and `PREFIX` are supported.
|
||||||
|
|
||||||
|
|
||||||
|
## Thanks
|
||||||
|
|
||||||
|
- 2bwm
|
||||||
|
- SmallWM
|
||||||
|
- catwm
|
||||||
|
- dminiwm
|
||||||
|
- dwm
|
||||||
|
- monsterwm
|
||||||
|
- openbox
|
||||||
|
- possumwm
|
||||||
|
- swm
|
||||||
|
- tinywm
|
||||||
|
Reference in New Issue
Block a user