Merge branch 'master' of github.com:Difrex/azot

This commit is contained in:
Denis Zheleztsov 2015-07-23 11:19:44 +03:00
commit 8c34189c6d

View File

@ -1,23 +1,25 @@
# Azot
Screen corners actions in all WM.
Screen corners action in all WMs.
It's look like KWin or Compiz, e.t.c
## Configuration
Edit config.sample.json and put it into ~/.config/azot/config.json
* type must be ''exec'' or ''notify''
exec: just show command
notify: Show output from command
* exec: just show command
* notify: Show output from command
* command: command to execute
* corner: Screen corner 'left', 'right', 'top', 'bottom'
* position: 'left', 'right', 'middle'
## Usage
azot.py [-h] [-c CONFIG]
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
```
azot.py [-h] [-c CONFIG]
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
```