• R/O
  • HTTP
  • SSH
  • HTTPS

ソースツリー

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


名前 サイズ Rev. 日時 作者 ログメッセージ
.tx
data
debian
doc
lisp
man
next-lisp
po
screenshotter
scripts
sounds
src
themes
web
.gdbinit 252 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
AUTHORS 33 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
CONTRIBUTING 7.54 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
COPYING 17.58 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
COPYING.SOUNDS 8.44 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
ChangeLog 1.53 M ba51040 2016-01-18 04:06:30 Christopher Roy Bratusek fix code spelling
INSTALL 7.92 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
MAINTAINERS 63 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
Makedefs.in 2.79 k ba51040 2016-01-18 04:06:30 Christopher Roy Bratusek fix code spelling
Makefile.in 5.68 k ba51040 2016-01-18 04:06:30 Christopher Roy Bratusek fix code spelling
README 1.48 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
README.IMPORTANT 2.85 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
TODO 8.99 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
autogen.sh 850 5d6a97e 2016-01-18 04:01:37 Christopher Roy Bratusek fix libtool version check in autogen.sh
build-info 1.01 k 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
config.guess 42.91 k d9b3670 2016-12-02 06:23:08 Christopher Roy Bratusek update config.sub/config.guess 2016-1...
config.sub 35.49 k d9b3670 2016-12-02 06:23:08 Christopher Roy Bratusek update config.sub/config.guess 2016-1...
configure.ac 13.67 k 9a988e1 2016-12-02 06:26:20 Christopher Roy Bratusek bump version to 1.12.90 (1.30~beta) c...
install-sh 14.8 k 56ab4e7 2016-07-31 03:37:33 Christopher Roy Bratusek update config.guess, config.sub, inst...
mkinstalldirs 676 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
moved 728 8f4e1a8 2014-09-18 05:35:47 Christopher Roy Bratusek complete lumina integration
sawfish.el 43.79 k ba51040 2016-01-18 04:06:30 Christopher Roy Bratusek fix code spelling

README

This is sawfish, a highly configurable window manager for X11.

It is released under the terms of the GNU GPL, 
	copyright (c) John Harper <jsh@users.sourceforge.net>

Maintainer until 2007 was: John Harper
Maintainer until Dec 2008 was: Janek Kozicki <cosurgi@gmail.com>
Maintainer since Dec 2008 is: Christopher Bratusek <nano@jpberlin.de>

For more details, see the sawfish wiki: http://sawfish.wikia.com/

Manifesto
*********

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 behaviour and many internal X11 events (enter/leave,
focus-in/focus-out, map/unmap, etc..)