https://github.com/difrex/azot
WM screen corners action
https://github.com/difrex/azot
Last synced: about 1 year ago
JSON representation
WM screen corners action
- Host: GitHub
- URL: https://github.com/difrex/azot
- Owner: Difrex
- License: bsd-3-clause
- Created: 2015-07-22T11:28:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T14:13:46.000Z (about 10 years ago)
- Last Synced: 2025-01-17T20:42:57.920Z (over 1 year ago)
- Language: Python
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azot
Screen corners action in all WMs.
It's look like KWin or Compiz, e.t.c
## Configuration
By default it's stored in ~/.config/azot/config.json
* type must be ''exec'', ''notify'' or ''simple''
* exec: just show command
* notify: Show output from command
* simple: just execute command without notify
* 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
### Depends
* X11
* libnotify-bin
* python-xlib
## In action
Youtube:
[](https://youtu.be/-qg1swICh4Y)
## Usage
```
azot.py [-h] [-c CONFIG]
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
```