awesome/awesome.1.txt

135 lines
3.9 KiB
Plaintext
Raw Normal View History

awesome(1)
==========
2007-11-21 14:29:16 +01:00
NAME
----
2007-11-21 14:29:16 +01:00
awesome - awesome window manager
SYNOPSIS
--------
2007-11-21 14:29:16 +01:00
awesome [ -v | --version ] [ -h | --help ] [ --config | -c configuration file ]
2007-11-21 14:29:16 +01:00
DESCRIPTION
-----------
2007-11-21 14:29:16 +01:00
+awesome+ is a window manager for X. It manages windows in different layouts, like
2007-11-14 17:43:36 +01:00
floating or tiled. Either layout can be applied dynamically, optimizing the
2007-09-05 20:15:00 +02:00
environment for the application in use and the task performed.
2007-11-21 14:29:16 +01:00
2007-09-05 20:15:00 +02:00
In tiled layout windows are managed in a master and stacking area. The master
area contains the windows which currently need most attention, whereas the
2007-09-05 20:15:00 +02:00
stacking area contains all other windows. In floating layout windows can be
resized and moved freely. Dialog windows are always managed floating,
regardless of the layout applied. The spiral and dwindle layout are special cases
of the tiled layout where the stacking area is arranged in a spiral for the
former or as a rectangular fractal for the later.
2007-11-21 14:29:16 +01:00
Windows are grouped in workspacess.
2007-11-21 14:29:16 +01:00
awesome contains a small status bar which displays all available workspaces,
the layout, the title of the focused window, and a status text.
A floating window is indicated with an empty circle and a maximized
2007-10-17 11:58:19 +02:00
floating window is indicated with a circle square before the windows
title. The selected workspace is indicated with a different color.
2007-09-18 23:21:26 +02:00
awesome can draw a small border around windows to indicate the focus state.
2007-11-21 14:29:16 +01:00
OPTIONS
-------
-v | --version::
Print version information to standard output, then exit.
-h | --help::
Print help information, then exit.
2008-03-16 11:41:37 +01:00
--config | -c::
Use an alternate configuration file instead of $HOME/.awesomerc.lua.
2007-11-21 14:29:16 +01:00
2007-12-10 12:34:49 +01:00
DEFAULTS MOUSE BINDINGS
2007-12-10 17:33:33 +01:00
-----------------------
*Button1* on workspace name::
View workspace.
2007-12-10 17:33:33 +01:00
*Button1*, *Button3*, *Button4*, *Button5* on layout symbol::
2007-12-10 12:34:49 +01:00
Switch to previous or next layout.
2007-12-10 17:33:33 +01:00
*Button4*, *Button5* on root window::
Switch to previous or next workspace.
2007-12-10 17:33:33 +01:00
*Mod4 + Button1* on client window::
2007-12-10 12:34:49 +01:00
Move window.
2007-12-10 17:33:33 +01:00
*Mod4 + Button3* on client window::
2007-12-10 12:34:49 +01:00
Resize window.
DEFAULTS KEY BINDINGS
---------------------
2007-12-10 17:33:33 +01:00
*Mod4 + Return*::
Spawn terminal emulator.
2007-12-10 17:33:33 +01:00
*Mod4 + space*::
2007-12-10 12:34:49 +01:00
Switch to next layout.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ space*::
2007-12-10 12:34:49 +01:00
Switch to previous layout.
2007-12-10 17:33:33 +01:00
*Mod4 + j*::
2007-12-10 12:34:49 +01:00
Focus next client.
2007-12-10 17:33:33 +01:00
*Mod4 + k*::
2007-12-10 12:34:49 +01:00
Focus previous client.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ j*::
2007-12-10 12:34:49 +01:00
Switch client with next client.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ k*::
2007-12-10 12:34:49 +01:00
Switch client with previous client.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ j*::
2007-12-10 12:34:49 +01:00
Focus next screen.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ k*::
2007-12-10 12:34:49 +01:00
Focus previous screen.
2007-12-10 17:33:33 +01:00
*Mod4 + h*::
2007-12-10 12:34:49 +01:00
Decrease master width factor by 5%.
2007-12-10 17:33:33 +01:00
*Mod4 + l*::
2007-12-10 12:34:49 +01:00
Increase master width factor by 5%.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ h*::
2007-12-10 12:34:49 +01:00
Increase number of master windows by 1.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ l*::
2007-12-10 12:34:49 +01:00
Decrease number of master windows by 1.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ h*::
Increase number of columns for non-master windows by 1.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ l*::
Decrease number of columns for non-master windows by 1.
2007-12-10 17:33:33 +01:00
*Mod4 + Left*::
View previous workspace.
2007-12-10 17:33:33 +01:00
*Mod4 + Right*::
View next workspace.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ space*::
2007-12-10 12:34:49 +01:00
Set client floating.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ c*::
2007-12-10 12:34:49 +01:00
Kill client.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ q*::
2007-12-10 12:34:49 +01:00
Quit awesome.
2008-01-03 21:58:08 +01:00
*Mod4 \+ Control \+ r*::
Restart awesome.
*Mod4 + 1-9*::
Switch to workspace 1-9.
*Mod4 \+ Shift \+ 1-9*::
Move client to workspace 1-9.
2007-11-21 14:29:16 +01:00
CUSTOMIZATION
-------------
awesome is customized by creating a custom $HOME/.awesomerc.lua file.
2007-11-21 14:29:16 +01:00
SEE ALSO
--------
awesomerc(5) awesome-client(1)
2007-11-21 14:29:16 +01:00
BUGS
----
2007-11-21 14:29:16 +01:00
Of course there's no bug in awesome. But there may be unexpected behaviours.
2007-09-05 20:15:00 +02:00
Java applications which use the XToolkit/XAWT backend may draw grey windows
only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
can set the following environment variable (to use the older Motif
2007-11-21 14:29:16 +01:00
backend instead): AWT_TOOLKIT=MToolkit
AUTHORS
-------
2007-09-18 23:21:26 +02:00
Julien Danjou <julien@danjou.info>
2007-11-21 14:29:16 +01:00
WWW
---
2007-12-02 15:43:23 +01:00
http://awesome.naquadah.org