Difference between revisions of "Sawfish"
(Created page with "{{Entry |Name=sawfish |Short description=Window manager |Full description=Sawfish (formerly known as sawmill) is an extensible window manager using a Lisp-based scripting languag...") |
(version 1.12.0) |
||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name= | + | |Name=Sawfish |
|Short description=Window manager | |Short description=Window manager | ||
− | |Full description=Sawfish | + | |Full description=Sawfish is an extensible window manager using an [[Emacs Lisp]]-like scripting language. All window decorations are configurable, the basic idea is to have as much user-interface policy as possible controlled through the Lisp language. |
− | + | ||
− | + | Despite this extensibility, its policy is currently very minimal compared to most window managers. Its aim is simply to manage windows in the most flexible and attractive manner possible. As such it does not implement desktop backgrounds, applications docks, or other things that may be achieved through separate applications. | |
− | + | ||
+ | All high-level ''wm'' functions are implemented in Lisp for future extensibility or redefinition. Currently this includes menus (using [[GTK+]]), interactive window moving and resizing, virtual desktop, iconification, focus/transient window policies, frame theme definitions | ||
+ | and much more. Also, most received events are exported to the Lisp environment through key-bindings and hooks, similar to in [[Emacs]]. These events include pointer behavior and many internal X11 events (enter/leave, focus-in/focus-out, map/unmap, etc..) | ||
|Homepage URL=http://sawmill.sourceforge.net/ | |Homepage URL=http://sawmill.sourceforge.net/ | ||
− | |VCS checkout command=: | + | |User level=intermediate |
+ | |VCS checkout command=git clone git://github.com/SawfishWM/sawfish.git | ||
|Computer languages=C,Lisp | |Computer languages=C,Lisp | ||
− | |Documentation note=Programmer's manual available in HTML format from | + | |Documentation note=Programmer's manual available in HTML format from https://sawfish.tuxfamily.org/sawfish.html/index.html |
− | + | ||
− | + | To read the Info manual, execute the command ''info sawfish'', or enter the Info mode within [[Emacs]] (`C-h i') and type ''g (sawfish) RET''. | |
− | |IRC general= | + | |IRC general=irc://irc.freenode.net/sawfish |
− | + | |Related projects=awesome,xmonad,sStumpwm,qtile.exwm | |
− | |Related projects= | ||
|Keywords=X Window System,window manager,Lisp,sawfish,sawmill | |Keywords=X Window System,window manager,Lisp,sawfish,sawmill | ||
− | | | + | |Version identifier=1.12.0 |
− | |Last review by= | + | |Version date=2016/08/13 |
− | |Last review date= | + | |Version status=stable |
+ | |Version download=https://download.tuxfamily.org/sawfish/ | ||
+ | |Last review by=Genium | ||
+ | |Last review date=2017/01/07 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=No |
− | | | + | |License verified date=2000-10-27 |
− | | | + | }} |
+ | {{Project license | ||
+ | |License=GPLv2orlater | ||
+ | |License verified by=Matt Kraai | ||
|License verified date=2000-10-27 | |License verified date=2000-10-27 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Christopher Bratusek | ||
|Role=Maintainer | |Role=Maintainer | ||
− | + | |Email=nano@jpberlin.de | |
− | |Email= | ||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
Line 37: | Line 44: | ||
|Resource audience=Developer | |Resource audience=Developer | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL= | + | |Resource URL=https://github.com/SawfishWM/sawfish |
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Bug Tracking,Developer,Support |
− | |Resource kind= | + | |Resource kind=Mailing List Subscribe |
− | |Resource URL= | + | |Resource URL=https://listengine.tuxfamily.org/lists.tuxfamily.org/sawfish/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience=Bug Tracking | + | |Resource audience=Developer |
− | |Resource kind= | + | |Resource kind=Bug Tracking |
− | |Resource URL= | + | |Resource URL=https://github.com/SawfishWM/sawfish/issues |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Wiki | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=http://sawfish.wikia.com/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://download.tuxfamily.org/sawfish/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Guix | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=https://www.gnu.org/software/guix/packages/s.html | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=https://packages.debian.org/jessie/sawfish | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Gentoo | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=https://packages.gentoo.org/packages/x11-wm/sawfish | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=NetBSD | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=http://pkgsrc.se/wip/sawfish | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://github.com/SawfishWM/sawfish/releases | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=http://apt.nanolx.org/pool/main/s/sawfish/ | ||
}} | }} | ||
{{Software category | {{Software category | ||
− | |Interface=window-manager, | + | |Interface=x-window-system, window-manager |
+ | |Programming-language=C, lisp | ||
+ | |Runs-on=BSD, OS X, GNU/Linux, GNU/Hurd | ||
|Use=interface | |Use=interface | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 74: | Line 118: | ||
|Prerequisite description=rep-gtk 0.14 or later | |Prerequisite description=rep-gtk 0.14 or later | ||
}} | }} | ||
+ | {{Featured}} |
Revision as of 08:46, 7 January 2017
Sawfish
https://sawfish.tuxfamily.org/
Window manager
Sawfish is an extensible window manager using an Emacs Lisp-like scripting language. All window decorations are configurable, the basic idea is to have as much user-interface policy as possible controlled through the Lisp language.
Despite this extensibility, its policy is currently very minimal compared to most window managers. Its aim is simply to manage windows in the most flexible and attractive manner possible. As such it does not implement desktop backgrounds, applications docks, or other things that may be achieved through separate applications.
All high-level wm functions are implemented in Lisp for future extensibility or redefinition. Currently this includes menus (using GTK+), interactive window moving and resizing, virtual desktop, iconification, focus/transient window policies, frame theme definitions and much more. Also, most received events are exported to the Lisp environment through key-bindings and hooks, similar to in Emacs. These events include pointer behavior and many internal X11 events (enter/leave, focus-in/focus-out, map/unmap, etc..)
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Christopher Bratusek | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking,Developer,Support | Mailing List Subscribe | https://listengine.tuxfamily.org/lists.tuxfamily.org/sawfish/ |
Gentoo | Homepage | https://packages.gentoo.org/packages/x11-wm/sawfish |
Wiki | Homepage | http://sawfish.wikia.com/ |
Python (Ref) (R) | https://pypi.org/project/Sawmill | |
Developer | Download | https://download.tuxfamily.org/sawfish/ |
Guix | Homepage | https://www.gnu.org/software/guix/packages/s.html |
Ruby (Ref) (R) | https://rubygems.org/gems/sawmill | |
NetBSD | Homepage | http://pkgsrc.se/wip/sawfish |
Developer | Bug Tracking | https://github.com/SawfishWM/sawfish/issues |
Developer | VCS Repository Webview | https://github.com/SawfishWM/sawfish |
Developer | Download | https://github.com/SawfishWM/sawfish/releases |
Debian (Ref) | https://tracker.debian.org/pkg/sawfish | |
Debian | Download | http://apt.nanolx.org/pool/main/s/sawfish/ |
Software prerequisites
Kind | Description |
---|---|
Required to build | rep-gtk 0.14 or later |
Required to build | imlib |
Required to build | librep 0.13 or later |
Required to build | GNU make |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.