Go to file
Denis 7879cd5e38 Merge pull request #1 from vit1-irk/master
Починки и "улучшения" по плану
2016-05-19 18:13:46 +04:00
Azot check_delay and after_exec_delay in config 2016-05-19 20:05:16 +08:00
debian other python3 changes + config copying 2016-05-19 19:42:18 +08:00
screenshot Screenshot 2015-07-24 15:42:04 +03:00
.gitignore Dir rename 2015-07-28 12:28:37 +03:00
LICENSE License 2015-07-22 10:18:32 +03:00
README.md check_delay and after_exec_delay in config 2016-05-19 20:05:16 +08:00
TODO.md Update TODO.md 2015-07-28 14:29:27 +03:00
azot.py other python3 changes + config copying 2016-05-19 19:42:18 +08:00
azot.spec other python3 changes + config copying 2016-05-19 19:42:18 +08:00
config.sample.json check_delay and after_exec_delay in config 2016-05-19 20:05:16 +08:00

README.md

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:

ScreenShot

Usage

  azot.py [-h] [-c CONFIG]
  optional arguments:
    -h, --help            show this help message and exit
    -c CONFIG, --config CONFIG