hyprland(hycov): Don't enable built-in hot area

This fixes an issue where the hot area would be triggered with full
screen applications. Alternatives include using the 4 finger swipe
gesture or simply using the key bind if a touchpad isn't available.
This commit is contained in:
Donovan Glover 2024-03-30 08:05:23 -04:00
parent c85d2d45ba
commit 2625987655
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -350,7 +350,7 @@ in
plugin {
hycov {
hotarea_pos = 2
enable_hotarea = 0
enable_gesture = 1
}
}