Go to file
2015-07-28 12:56:05 +03:00
Azot Dir rename 2015-07-28 12:28:37 +03:00
debian debianized sources 2015-07-28 12:55:45 +03:00
screenshot Screenshot 2015-07-24 15:42:04 +03:00
.gitignore Dir rename 2015-07-28 12:28:37 +03:00
azot.py Dir rename 2015-07-28 12:28:37 +03:00
azot.spec spec file update 2015-07-28 12:56:05 +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 Update README.md 2015-07-24 15:48:51 +03:00
TODO.md TODO 2015-07-27 16:58:00 +03:00

Azot

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'', ''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'

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