widgets/textbox.c area.x miscalculation due to variable width
[awesome.git] / awesome-client.1.txt
blob82232a5c8f98b88fb6dde6921d7980e868722623
1 awesome-client(1)
2 =================
4 NAME
5 ----
7 awesome-client - awesome window manager command line interface
9 SYNOPSIS
10 --------
12 awesome-client
14 DESCRIPTION
15 -----------
17 awesome-client is the command line interface to awesome. It communicates with awesome
18 via a socket located in the users's HOME directory.
20 USAGE
21 -----
22 To determine which socket is to be used, it read the DISPLAY environment variable.
23 awesome-client read commands from standart input. The command format is:
24  screen_number command argument
26 For example, to change statusbar text on screen 0, you can do the following:
28     echo 0 statusbar_set_text Hello, world | awesome-client
30 To view tag number 3 on screen 1:
32     echo 1 tag_view 3 | awesome-client
34 To zoom focused window on screen 0:
36     echo 0 client_zoom | awesome-client
39 SEE ALSO
40 --------
41 awesome(1)
43 AUTHORS
44 -------
45 Julien Danjou <julien@danjou.info>
47 WWW
48 ---
49 http://awesome.naquadah.org