🗑️ remove(hypr): comments on the hycov plugin

This commit is contained in:
Sergio Laín 2024-01-11 00:40:24 +01:00
parent 72d80fa5da
commit 7aa330e831
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,22 +1,22 @@
# Conf # Conf
plugin { plugin {
hycov { hycov {
overview_gappo = 60 # gaps width from screen edge overview_gappo = 60
overview_gappi = 24 # gaps width from clients overview_gappi = 24
hotarea_size = 10 # hotarea size in bottom left,10x10 hotarea_size = 10
enable_hotarea = 1 # enable mouse cursor hotarea enable_hotarea = 1
swipe_fingers = 4 # finger number of gesture,move any directory swipe_fingers = 4
move_focus_distance = 100 # distance for movefocus,only can use 3 finger to move move_focus_distance = 100
enable_gesture = 1 # enable gesture enable_gesture = 1
disable_workspace_change = 0 # disable workspace change when in overview mode disable_workspace_change = 0
disable_spawn = 0 # disable bind exec when in overview mode disable_spawn = 0
auto_exit = 1 # enable auto exit when no client in overview auto_exit = 1
auto_fullscreen = 0 # auto make active window maximize after exit overview auto_fullscreen = 0
only_active_workspace = 0 # only overview the active workspace only_active_workspace = 0
only_active_monitor = 1 # only overview the active monitor only_active_monitor = 1
enable_alt_release_exit = 0 # alt swith mode,see readme for detail enable_alt_release_exit = 0
alt_toggle_auto_next = 0 # auto focus next window when toggle overview in alt swith mode alt_toggle_auto_next = 0
click_in_cursor = 1 # target windwo is find by cursor, not the current foucus window. click_in_cursor = 1
} }
} }