mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
enhance uicb documentation
This commit is contained in:
parent
823fc3c0de
commit
9c49a65a56
1 changed files with 7 additions and 2 deletions
|
@ -41,8 +41,6 @@ General
|
||||||
This function quits awesome.
|
This function quits awesome.
|
||||||
*statusbar_toggle* statusbar-identifier::
|
*statusbar_toggle* statusbar-identifier::
|
||||||
Hide or show statusbar (with no argument, toggle all).
|
Hide or show statusbar (with no argument, toggle all).
|
||||||
*statusbar_set_position* top, bottom, left, right::
|
|
||||||
Set the position of the statusbar.
|
|
||||||
*spawn* client::
|
*spawn* client::
|
||||||
Execute an external program.
|
Execute an external program.
|
||||||
*exec* program::
|
*exec* program::
|
||||||
|
@ -113,6 +111,13 @@ Tag
|
||||||
*tag_create* name::
|
*tag_create* name::
|
||||||
Create a new tag with that name.
|
Create a new tag with that name.
|
||||||
|
|
||||||
|
Focus
|
||||||
|
~~~~~
|
||||||
|
*focus_client_byname* string::
|
||||||
|
Give client focus by its name.
|
||||||
|
*focus_history* negative number::
|
||||||
|
Focus the client that had focused nth focus switch earlier.
|
||||||
|
|
||||||
Screen
|
Screen
|
||||||
~~~~~~
|
~~~~~~
|
||||||
*screen_focus* relative or absolute integer::
|
*screen_focus* relative or absolute integer::
|
||||||
|
|
Loading…
Reference in a new issue