DreamMaoMao/hycov

Is enable_hotarea bundled with enable_click_action

Closed this issue · 6 comments

Hi, I recently installed hycov and I enjoyed your work very much. However, when I try to set enable_click_action as 0 and enable_click_action as 1 to disable hot area and keep click actions to jump/kill windows, it did not work. It seems like click action is only usable when hotarea is enabled? Is there a way to disable hotarea while keeping the click action working? Thank you very much.

it work for me , what hyprland version you use

image

what is that mean.

you should set enable_hotarea to 0, and set enable_click_action to 1

I am using hyprland 0.39 since 0.40 is buggy for me.

I do set the config like this

plugin {
    hycov {
        enable_hotarea = 0
        enable_click_action = 1
    }
}

but it didn't work (hot area is disable but click action not working as well)

0.39 not support enable_click_action

you can just set

enable_hotarea = 1
hotarea_size = 0

it also can disable hot corner and enable click action

it worked! many thanks