awesome/awesome.1.txt

190 lines
4.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*] [*-c* | *--config* '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
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 by tags. Each window can be tagged with one or multiple
tags. Selecting certain tags displays all windows with these tags.
2007-11-21 14:29:16 +01:00
*awesome* can contain small statusbars which can display anything you want:
all available tags, the layout, the title of the visible windows, a text, etc.
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.
*-c*, *--config* 'FILE'::
Use an alternate configuration file instead of '$XDG_CONFIG_HOME/awesome/rc.lua'.
2007-11-21 14:29:16 +01:00
2008-07-18 22:33:48 +02:00
DEFAULT MOUSE BINDINGS
2007-12-10 17:33:33 +01:00
-----------------------
Navigation.
~~~~~~~~~~~
*Button1* on tag name::
View tag.
*Button4*, *Button5* on tag name::
Switch to previous or next tag.
2007-12-10 17:33:33 +01:00
*Button4*, *Button5* on root window::
Switch to previous or next tag.
*Button1*, *Button3*, *Button4*, *Button5* on layout symbol::
Switch to previous or next layout.
Layout modification.
~~~~~~~~~~~~~~~~~~~~
*Mod4 \+ Button1* on tag name::
Tag current client with this tag only.
*Mod4 \+ Button3* on tag name::
Toggle this tag for client.
*Button3* on tag name::
Add this tag to current view.
*Mod4 \+ Button1* on client window::
2007-12-10 12:34:49 +01:00
Move window.
*Mod4 \+ Button3* on client window::
2007-12-10 12:34:49 +01:00
Resize window.
2008-07-18 22:33:48 +02:00
DEFAULT KEY BINDINGS
2007-12-10 12:34:49 +01:00
---------------------
Birth and annihilation
~~~~~~~~~~~~~~~~~~~~~~
*Mod4 \+ Return*::
Spawn terminal emulator.
*Mod4 \+ F1*::
Run prompt.
*Mod4 \+ F4*::
Run lua code prompt.
*Mod4 \+ Shift \+ c*::
Kill client.
*Mod4 \+ Control \+ r*::
Restart *awesome*.
*Mod4 \+ Shift \+ q*::
Quit *awesome*.
Navigation
~~~~~~~~~~
*Mod4 \+ j*::
2007-12-10 12:34:49 +01:00
Focus next client.
*Mod4 \+ k*::
2007-12-10 12:34:49 +01:00
Focus previous client.
*Mod4 \+ u*::
Focus first urgent client.
*Mod4 \+ Left*::
View previous tag.
*Mod4 \+ Right*::
View next tag.
*Mod4 \+ 1-9*::
Switch to tag 1-9.
*Mod4 \+ y*::
Go to next client in a tabbed display.
*Mod4 \+ Control \+ j*::
2007-12-10 12:34:49 +01:00
Focus next screen.
*Mod4 \+ Control \+ k*::
2007-12-10 12:34:49 +01:00
Focus previous screen.
Layout modification
~~~~~~~~~~~~~~~~~~~
*Mod4 \+ Shift \+ j*::
Switch client with next client.
*Mod4 \+ Shift \+ k*::
Switch client with previous client.
*Mod4 \+ h*::
2007-12-10 12:34:49 +01:00
Decrease master width factor by 5%.
*Mod4 \+ l*::
2007-12-10 12:34:49 +01:00
Increase master width factor by 5%.
*Mod4 \+ Shift \+ h*::
2007-12-10 12:34:49 +01:00
Increase number of master windows by 1.
*Mod4 \+ Shift \+ l*::
2007-12-10 12:34:49 +01:00
Decrease number of master windows by 1.
*Mod4 \+ Control \+ h*::
Increase number of columns for non-master windows by 1.
*Mod4 \+ Control \+ l*::
Decrease number of columns for non-master windows by 1.
*Mod4 \+ Control \+ y*::
Move next client to a tabbed display in current client.
*Mod4 \+ Shift \+ y*::
Move client out of a tabbed display.
*Mod4 \+ space*::
Switch to next layout.
*Mod4 \+ Shift \+ space*::
Switch to previous layout.
*Mod4 \+ Control \+ space*::
2008-07-18 22:50:05 +02:00
Toggle client floating status.
*Mod4 \+ Control \+ Return*::
2008-07-18 22:50:05 +02:00
Swap focused client with master.
*Mod4 \+ Control \+ 1-9*::
Toggle tag view.
*Mod4 \+ Shift \+ 1-9*::
Tag client with tag.
*Mod4 \+ Shift \+ Control \+ 1-9*::
Toggle tag on client.
2007-11-21 14:29:16 +01:00
Misc
~~~~
*Mod4 \+ Shift \+ i*::
Print the client class and instance.
*Mod4 \+ Shift \+ r*::
Redraw the focused window.
CUSTOMIZATION
-------------
*awesome* is customized by creating a custom '$XDG_CONFIG_HOME/awesome/rc.lua' file.
2007-11-21 14:29:16 +01:00
SIGNALS
-------
*awesome* can be restarted by sending it a SIGHUP.
SEE ALSO
--------
*awesomerc*(5) *awesome-client*(1)
2007-11-21 14:29:16 +01:00
BUGS
----
Of course there's no bug in *awesome*. But there may be unexpected behaviors.
2007-11-21 14:29:16 +01:00
Java applications which use the XToolkit/XAWT backend may draw gray windows
2007-09-05 20:15:00 +02:00
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
2007-09-05 20:15:00 +02:00
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
-------
Julien Danjou <julien@danjou.info> and others.
2007-11-21 14:29:16 +01:00
WWW
---
2007-12-02 15:43:23 +01:00
http://awesome.naquadah.org