7 awesome-client - awesome window manager command line interface
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.
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
45 Julien Danjou <julien@danjou.info>
49 http://awesome.naquadah.org