From 563084c93104198cb7c5c61b3f7648335765252d Mon Sep 17 00:00:00 2001 From: Hayake <46276419+Hayak3@users.noreply.github.com> Date: Fri, 8 Mar 2024 02:36:37 +0800 Subject: [PATCH] Update docs about bind of switch (#509) --- pages/Configuring/Binds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 781d8c3..d65b73c 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -102,9 +102,9 @@ Useful for binding e.g. the lid close/open event: # trigger when the switch is toggled bindl=,switch:[switch name],exec,swaylock # trigger when the switch is turning on -bindl=,switch:on:[switch name],exec,hyprctl keyword monitor "eDP-1, 2560x1600, 0x0, 1" +bindl=,switch:on:[switch name],exec,hyprctl keyword monitor "eDP-1, disable" # trigger when the switch is turning off -bindl=,switch:off:[switch name],exec,hyprctl keyword monitor "eDP-1, disable" +bindl=,switch:off:[switch name],exec,hyprctl keyword monitor "eDP-1, 2560x1600, 0x0, 1" ``` check out your switches in `hyprctl devices`.