[widgets/graph] offset fixed now.
[awesome.git] / awesome-client.1.txt
blob909460be98a2525bf3dbafdb887a37caf46485ca
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 reads the DISPLAY environment variable.
23 awesome-client reads commands from standard input.
25 When you pipe multiple lines into awesome-client, an empty line will flush already
26 collected lines into awesome with an according immediate execution.
28 The command format is:
29  screen_number command argument
31 For example, to change a statusbar textbox text on screen 0, you can do the following:
33     echo 0 widget_tell <statusbar-name> <textbox-name> text Hello, world | awesome-client
35 To change an iconbox image on screen 1, you can do the following:
37     echo 0 widget_tell <statusbar-name> <iconbox-name> image /home/user/image.jpg | awesome-client
39 To view tag number 3 on screen 1:
41     echo 1 tag_view 3 | awesome-client
43 To zoom focused window on screen 0:
45     echo 0 client_zoom | awesome-client
48 SEE ALSO
49 --------
50 awesome(1) awesomerc(5)
52 AUTHORS
53 -------
54 Julien Danjou <julien@danjou.info>
56 WWW
57 ---
58 http://awesome.naquadah.org