Go to file
Denis Zheleztsov 539fa46b22 README
2015-07-22 15:04:59 +03:00
azot README 2015-07-22 15:04:59 +03:00
.gitignore config initial 2015-07-22 10:58:56 +03:00
azot.py Working corners 2015-07-22 14:07:24 +03:00
config.sample.json README 2015-07-22 15:04:59 +03:00
LICENSE License 2015-07-22 10:18:32 +03:00
README.md README 2015-07-22 15:04:59 +03:00

Azot

Screen corners actions in all WM.

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
  • 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