Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okitavera/cornora
A Simple Hot Corner Launcher for X11. Powered by xdotool and bash
https://github.com/okitavera/cornora
bash hotcorner x11 xdotool
Last synced: 25 days ago
JSON representation
A Simple Hot Corner Launcher for X11. Powered by xdotool and bash
- Host: GitHub
- URL: https://github.com/okitavera/cornora
- Owner: okitavera
- License: mit
- Created: 2018-10-15T11:05:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T06:08:42.000Z (about 6 years ago)
- Last Synced: 2024-05-18T22:12:12.220Z (7 months ago)
- Topics: bash, hotcorner, x11, xdotool
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-customization - **Cornora** - Simple Hotcorner Launcher for X (Tweaks)
README
# Cornora
Simple Hot Corner Launcher for X11## Dependencies
- `bash`
- `xdotool`
- `xprop` from `xorg-xprop`## Installation
#### Arch Linux
You can install it from your favourite aur helper
[cornora-git at AUR](https://aur.archlinux.org/packages/cornora-git/)
#### Manual
1. Make sure you're already have those dependencies installed
2. clone this repo into your local storage:
```
$ git clone https://github.com/yuune/Cornora.git
$ cd Cornora
```
3. install it :
```
$ sudo make install
```## Usage
| args | conditions |
| ----------------------------- | ------------------------------------------------ |
| -tl "command" | top-left |
| -tr "command" | top-right |
| -bl "command" | bottom-left |
| -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
```
$ cornora -tl "skippy-xd"
# or with multi conditions
$ cornora -tl "skippy-xd" -tr "rofi -show run"
```
## LicenseThe code is available under the [MIT license](LICENSE).