Go to file
Denis Zheleztsov 469c28991c Readme update
2015-07-23 11:22:09 +03:00
azot Small fixes 2015-07-23 11:19:16 +03:00
.gitignore config initial 2015-07-22 10:58:56 +03:00
azot.py RPM spec 2015-07-22 15:32:35 +03:00
azot.spec Small fixes 2015-07-23 11:19:16 +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 update 2015-07-23 11:22:09 +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'' 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'

Depends

  • X11
  • libnotify-bin
  • python-xlib

Usage

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