From 7aa330e831cd098e1241f01beec941d83084e4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 11 Jan 2024 00:40:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(hypr):=20comment?= =?UTF-8?q?s=20on=20the=20hycov=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/plugins/hycov.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.config/hypr/plugins/hycov.conf b/.config/hypr/plugins/hycov.conf index a3993523..a76b3f8f 100644 --- a/.config/hypr/plugins/hycov.conf +++ b/.config/hypr/plugins/hycov.conf @@ -1,22 +1,22 @@ # Conf plugin { hycov { - overview_gappo = 60 # gaps width from screen edge - overview_gappi = 24 # gaps width from clients - hotarea_size = 10 # hotarea size in bottom left,10x10 - enable_hotarea = 1 # enable mouse cursor hotarea - swipe_fingers = 4 # finger number of gesture,move any directory - move_focus_distance = 100 # distance for movefocus,only can use 3 finger to move - enable_gesture = 1 # enable gesture - disable_workspace_change = 0 # disable workspace change when in overview mode - disable_spawn = 0 # disable bind exec when in overview mode - auto_exit = 1 # enable auto exit when no client in overview - auto_fullscreen = 0 # auto make active window maximize after exit overview - only_active_workspace = 0 # only overview the active workspace - only_active_monitor = 1 # only overview the active monitor - enable_alt_release_exit = 0 # alt swith mode,see readme for detail - alt_toggle_auto_next = 0 # auto focus next window when toggle overview in alt swith mode - click_in_cursor = 1 # target windwo is find by cursor, not the current foucus window. + overview_gappo = 60 + overview_gappi = 24 + hotarea_size = 10 + enable_hotarea = 1 + swipe_fingers = 4 + move_focus_distance = 100 + enable_gesture = 1 + disable_workspace_change = 0 + disable_spawn = 0 + auto_exit = 1 + auto_fullscreen = 0 + only_active_workspace = 0 + only_active_monitor = 1 + enable_alt_release_exit = 0 + alt_toggle_auto_next = 0 + click_in_cursor = 1 } }