Hot Corners/Edges Launcher for X11
bashxdotoolxpropfromxorg-xprop
- Make sure you're already have those dependencies installed
- clone this repo into your local storage:
$ git clone https://github.com/Mabox-Linux/mcorners.git
$ cd mcorners
- install it :
$ sudo make install
| args | conditions |
|---|---|
| -tl "command" | top-left |
| -t "command" | top |
| -tr "command" | top-right |
| -l "command" | left |
| -r "command" | right |
| -bl "command" | bottom-left |
| -b "command" | bottom |
| -br "command" | bottom-right |
| -iof, --ignore-on-fullscreen | disable command when active window is fullscreen |
| --stop | force stop cornora if it's running |
| -v | verbose mode |
| -h | show the help |
Example
$ mcorners -tl "skippy-xd"
# or with multi conditions
$ mcorners -tl "skippy-xd" -tr "rofi -show run"
Based on cornora by Nanda Oktavera.
The code is available under the MIT license.