Crates.io | hotcorners |
lib.rs | hotcorners |
version | 0.2.1 |
source | src |
created_at | 2021-10-27 13:25:37.31593 |
updated_at | 2021-10-27 21:56:37.36184 |
description | A small hot corners implementation for Windows 10/11 |
homepage | |
repository | https://github.com/timrobertsdev/hotcorners |
max_upload_size | |
id | 473048 |
size | 47,408 |
Provides hot corner functionality for Windows 10/11, similar to GNOME.
Configuration is currently hard-coded. The following parameters can be modified prior to compilation:
HOT_CORNER
- Coordinates of the hot corner, defaults to the top-left cornerHOT_CORNER_INPUT
- The input sequence to be sent on activation, defaults to Win+Tab
HOT_DELAY
- How long the cursor must stay within the hot corner to activate, in milliseconds, defaults to 100
EXIT_HOT_KEY
- Base key for exiting the program, combined with EXIT_HOT_KEY_MODIFIERS
, defaults to C
EXIT_HOT_KEY_MODIFIERS
- Modifier key(s) for exiting the program, combined with EXIT_HOT_KEY
, defaults to Alt+Ctrl
Inspired by https://github.com/taviso/hotcorner
git clone https://github.com/timrobertsdev/hotcorners.git
cd hotcorners
cargo build
cp .\target\release\hotcorners.exe "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Startup\"
rm "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Startup\hotcorners.exe"