mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
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:
parent
c85d2d45ba
commit
2625987655
@ -350,7 +350,7 @@ in
|
|||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
hycov {
|
hycov {
|
||||||
hotarea_pos = 2
|
enable_hotarea = 0
|
||||||
enable_gesture = 1
|
enable_gesture = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user