azot/README.md

40 lines
843 B
Markdown
Raw Permalink Normal View History

2015-07-22 15:04:59 +03:00
# Azot
2015-07-22 15:53:56 +03:00
Screen corners action in all WMs.
It's look like KWin or Compiz, e.t.c
2015-07-22 15:04:59 +03:00
## Configuration
2016-05-19 14:42:18 +03:00
By default it's stored in ~/.config/azot/config.json
2015-07-22 15:04:59 +03:00
2015-07-23 11:36:05 +03:00
* type must be ''exec'', ''notify'' or ''simple''
2015-07-22 16:05:32 +03:00
* exec: just show command
* notify: Show output from command
2015-07-23 11:36:05 +03:00
* simple: just execute command without notify
2015-07-22 15:04:59 +03:00
* command: command to execute
* corner: Screen corner 'left', 'right', 'top', 'bottom'
* position: 'left', 'right', 'middle'
* check_delay and after_exec_delay are set in seconds
2015-07-22 15:04:59 +03:00
2015-07-23 11:22:09 +03:00
### Depends
* X11
* libnotify-bin
* python-xlib
2015-07-24 15:47:38 +03:00
## In action
2015-07-24 15:48:02 +03:00
Youtube:
2015-07-24 15:48:51 +03:00
[![ScreenShot](https://raw.githubusercontent.com/Difrex/azot/master/screenshot/screen.png)](https://youtu.be/-qg1swICh4Y)
2015-07-24 15:47:38 +03:00
2015-07-22 15:04:59 +03:00
## Usage
2015-07-22 15:51:40 +03:00
```
azot.py [-h] [-c CONFIG]
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
```
2015-07-22 15:04:59 +03:00