awesome/awesome.1.txt

157 lines
4.5 KiB
Text
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] [-c configuration file]
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
2007-10-17 11:58:19 +02:00
area contains 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.
2007-11-21 14:29:16 +01:00
2007-09-05 20:15:00 +02: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
2007-09-10 14:40:24 +02:00
awesome contains a small status bar which displays all available tags, the layout,
2007-10-17 11:58:19 +02:00
the title of the focused window, and a status text. A
floating window is indicated with an empty circle and a maximized
floating window is indicated with a circle square before the windows
2007-09-18 23:21:26 +02:00
title. The selected tags are indicated with a different color. The tags of
2007-09-05 20:15:00 +02:00
the focused window are indicated with a filled square in the top left
2007-09-18 23:21:26 +02:00
corner. The tags which are applied to one or more windows are indicated
2007-09-05 20:15:00 +02:00
with an empty square in the top left corner.
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
-------
2007-11-21 14:29:16 +01:00
-v::
prints version information to standard output, then exits.
-c::
use an alternate configuration file instead of $HOME/.awesomerc.
2007-12-10 12:34:49 +01:00
DEFAULTS MOUSE BINDINGS
2007-12-10 17:33:33 +01:00
-----------------------
*Button1* on tag name::
2007-12-10 12:34:49 +01:00
View tag.
2007-12-10 17:33:33 +01:00
*Mod4 + Button1* on tag name::
2007-12-10 12:34:49 +01:00
Tag current client with this tag.
2007-12-10 17:33:33 +01:00
*Button3* on tag name::
2007-12-10 12:34:49 +01:00
Add this tag to current view.
2007-12-10 17:33:33 +01:00
*Mod4 + Button3* on tag name::
2007-12-10 12:34:49 +01:00
Toggle this tag for client.
2007-12-10 17:33:33 +01:00
*Button4*, *Button5* on tag name::
2007-12-10 12:34:49 +01:00
Switch to previous or next tag.
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::
2007-12-10 12:34:49 +01:00
Switch to previous or next tag.
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 + Button2* on client window::
2007-12-10 12:34:49 +01:00
Zoom 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*::
2007-12-10 12:34:49 +01:00
Spawn xterm.
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 + b*::
2007-12-10 12:34:49 +01:00
Toggle statusbar.
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*::
2007-12-10 12:34:49 +01:00
Increase number of column for non-master windows by 1.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ l*::
2007-12-10 12:34:49 +01:00
Decrease number of column for non-master windows by 1.
2007-12-10 17:33:33 +01:00
*Mod4 + Escape*::
2007-12-10 12:34:49 +01:00
View previously selected tag.
2007-12-10 17:33:33 +01:00
*Mod4 + Left*::
2007-12-10 12:34:49 +01:00
View previous tag.
2007-12-10 17:33:33 +01:00
*Mod4 + Right*::
2007-12-10 12:34:49 +01:00
View next tag.
2007-12-10 17:33:33 +01:00
*Mod4 + m*::
2007-12-10 12:34:49 +01:00
Set client maximized.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ Return*::
2007-12-10 12:34:49 +01:00
Zoom client.
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.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ r*::
2007-12-10 12:34:49 +01:00
Reload awesome config.
2007-12-10 17:33:33 +01:00
*Mod4 + 0-9*::
2007-12-10 12:34:49 +01:00
Switch to tag 1-9, 0 for all.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Control \+ 0-9*::
2007-12-10 12:34:49 +01:00
Toggle tag view.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ 0-9*::
2007-12-10 12:34:49 +01:00
Tag client with tag.
2007-12-10 17:33:33 +01:00
*Mod4 \+ Shift \+ Control \+ 0-9*::
2007-12-10 12:34:49 +01:00
Toggle tag on client.
2007-11-21 14:29:16 +01:00
CUSTOMIZATION
-------------
2007-10-17 11:58:19 +02:00
awesome is customized by creating a custom $HOME/.awesomerc file.
2007-11-21 14:29:16 +01:00
SEE ALSO
--------
2007-11-21 14:29:16 +01:00
dmenu(1) dzen2(1)
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